ucx/list.h

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

mercurial