diff -r dfdd571550f8 -r 5d167af0eadb src/cx/linked_list.h --- a/src/cx/linked_list.h Mon Feb 08 00:20:52 2021 +0100 +++ b/src/cx/linked_list.h Sun Feb 14 11:30:19 2021 +0100 @@ -49,6 +49,8 @@ CxList cxLinkedListWrap(CxAllocator allocator, CxListComparator comparator, CxLinkedListDesc desc); +void cxLinkedListDestroy(CxList list); + size_t cxLinkedListRecalculateSize(CxList list); #endif /* UCX_LINKED_LIST_H */