ucx/list.h

changeset 93
a6a99e721660
parent 87
bd444539cced
child 103
08018864fb91
     1.1 --- a/ucx/list.h	Wed Feb 27 10:57:40 2013 +0100
     1.2 +++ b/ucx/list.h	Wed Feb 27 11:37:27 2013 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  void ucx_list_free(UcxList *l);
     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 *restrict l1, UcxList *restrict l2);
     1.8 +UcxList *ucx_list_concat(UcxList *l1, UcxList *l2);
     1.9  UcxList *ucx_list_last(const UcxList *l);
    1.10  UcxList *ucx_list_get(const UcxList *l, int index);
    1.11  size_t ucx_list_size(const UcxList *l);

mercurial