diff -r 8cd274352419 -r e6a8f7fb0c45 src/cx/linked_list.h --- a/src/cx/linked_list.h Sun Feb 07 20:08:13 2021 +0100 +++ b/src/cx/linked_list.h Sun Feb 07 20:37:20 2021 +0100 @@ -36,7 +36,7 @@ int cx_linked_list_add(void **begin, void **end, ptrdiff_t loc_next, ptrdiff_t loc_prev, void *newnode); -CxList cxLinkedListCreate(CxAllocator allocator, CxListComparator comparator); +CxList cxLinkedListCreate(CxAllocator allocator, CxListComparator comparator, size_t itemsize); extern cx_list_class cx_linked_list_class;