src/cx/linked_list.h

changeset 401
e6a8f7fb0c45
parent 400
8cd274352419
child 402
a34b93911956
     1.1 --- a/src/cx/linked_list.h	Sun Feb 07 20:08:13 2021 +0100
     1.2 +++ b/src/cx/linked_list.h	Sun Feb 07 20:37:20 2021 +0100
     1.3 @@ -36,7 +36,7 @@
     1.4  
     1.5  int cx_linked_list_add(void **begin, void **end, ptrdiff_t loc_next, ptrdiff_t loc_prev, void *newnode);
     1.6  
     1.7 -CxList cxLinkedListCreate(CxAllocator allocator, CxListComparator comparator);
     1.8 +CxList cxLinkedListCreate(CxAllocator allocator, CxListComparator comparator, size_t itemsize);
     1.9  
    1.10  extern cx_list_class cx_linked_list_class;
    1.11  

mercurial