ucx/dlist.h

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

mercurial