ucx/list.h

changeset 23
ccc294fafb9b
parent 18
69636f81db31
child 26
59f147baea31
     1.1 --- a/ucx/list.h	Sun Jan 15 14:12:34 2012 +0100
     1.2 +++ b/ucx/list.h	Sun Jan 15 14:20:25 2012 +0100
     1.3 @@ -30,6 +30,8 @@
     1.4  size_t ucx_list_size(UcxList *l);
     1.5  void ucx_list_foreach(UcxList *l, ucx_callback fnc, void *data);
     1.6  
     1.7 +/* list specific functions */
     1.8 +UcxList *ucx_list_remove(UcxList *l, UcxList *e);
     1.9  
    1.10  #ifdef	__cplusplus
    1.11  }

mercurial