ucx/list.h

changeset 12
fe50a85e69e7
parent 9
013c5c4b7e44
child 18
69636f81db31
     1.1 --- a/ucx/list.h	Sat Dec 31 19:08:27 2011 +0100
     1.2 +++ b/ucx/list.h	Sat Dec 31 19:10:29 2011 +0100
     1.3 @@ -18,6 +18,7 @@
     1.4      UcxList *next;
     1.5  };
     1.6  
     1.7 +void ucx_list_free(UcxList *l);
     1.8  UcxList *ucx_list_append(UcxList *l, void *data);
     1.9  UcxList *ucx_list_prepend(UcxList *l, void *data);
    1.10  UcxList *ucx_list_concat(UcxList *l1, UcxList *l2);

mercurial