ucx/dlist.h

changeset 22
76cdd8209f1f
parent 18
69636f81db31
child 27
22644e2572bc
--- a/ucx/dlist.h	Sat Jan 14 13:07:18 2012 +0100
+++ b/ucx/dlist.h	Sun Jan 15 14:12:34 2012 +0100
@@ -33,6 +33,7 @@
 
 /* dlist specific functions */
 UcxDlist *ucx_dlist_first(UcxDlist *l);
+UcxDlist *ucx_dlist_remove(UcxDlist *l, UcxDlist *e);
 
 #ifdef	__cplusplus
 }

mercurial