ucx/list.h

changeset 9
013c5c4b7e44
parent 6
50b5fe7c577f
child 12
fe50a85e69e7
     1.1 --- a/ucx/list.h	Sat Dec 31 18:46:48 2011 +0100
     1.2 +++ b/ucx/list.h	Sat Dec 31 18:57:30 2011 +0100
     1.3 @@ -20,7 +20,7 @@
     1.4  
     1.5  UcxList *ucx_list_append(UcxList *l, void *data);
     1.6  UcxList *ucx_list_prepend(UcxList *l, void *data);
     1.7 -UcxList *ucx_list_concat(UcxList *l1, UcxDlist *l2);
     1.8 +UcxList *ucx_list_concat(UcxList *l1, UcxList *l2);
     1.9  UcxList *ucx_list_last(UcxList *l);
    1.10  UcxList *ucx_list_get(UcxList *l, int index);
    1.11  size_t ucx_list_size(UcxList *l);

mercurial