ucx/list.h

changeset 27
22644e2572bc
parent 26
59f147baea31
child 35
fdabd1240b69
     1.1 --- a/ucx/list.h	Sat Feb 18 15:50:43 2012 +0100
     1.2 +++ b/ucx/list.h	Sat Feb 18 18:36:30 2012 +0100
     1.3 @@ -28,7 +28,6 @@
     1.4  UcxList *ucx_list_last(UcxList *l);
     1.5  UcxList *ucx_list_get(UcxList *l, int index);
     1.6  size_t ucx_list_size(UcxList *l);
     1.7 -void ucx_list_foreach(UcxList *l, ucx_callback fnc, void *data);
     1.8  
     1.9  /* list specific functions */
    1.10  UcxList *ucx_list_remove(UcxList *l, UcxList *e);

mercurial