src/cx/linked_list.h

changeset 402
a34b93911956
parent 401
e6a8f7fb0c45
child 406
9cbea761fbf7
     1.1 --- a/src/cx/linked_list.h	Sun Feb 07 20:37:20 2021 +0100
     1.2 +++ b/src/cx/linked_list.h	Sun Feb 07 21:03:30 2021 +0100
     1.3 @@ -34,7 +34,7 @@
     1.4  
     1.5  void *cx_linked_list_last(void **begin, void **end, ptrdiff_t loc_next);
     1.6  
     1.7 -int cx_linked_list_add(void **begin, void **end, ptrdiff_t loc_next, ptrdiff_t loc_prev, void *newnode);
     1.8 +int cx_linked_list_add(void **begin, void **end, ptrdiff_t loc_prev, ptrdiff_t loc_next, void *newnode);
     1.9  
    1.10  CxList cxLinkedListCreate(CxAllocator allocator, CxListComparator comparator, size_t itemsize);
    1.11  

mercurial