src/cx/linked_list.h

changeset 409
5d167af0eadb
parent 407
b447539ec255
child 412
af766caea48d
     1.1 --- a/src/cx/linked_list.h	Mon Feb 08 00:20:52 2021 +0100
     1.2 +++ b/src/cx/linked_list.h	Sun Feb 14 11:30:19 2021 +0100
     1.3 @@ -49,6 +49,8 @@
     1.4  
     1.5  CxList cxLinkedListWrap(CxAllocator allocator, CxListComparator comparator, CxLinkedListDesc desc);
     1.6  
     1.7 +void cxLinkedListDestroy(CxList list);
     1.8 +
     1.9  size_t cxLinkedListRecalculateSize(CxList list);
    1.10  
    1.11  #endif /* UCX_LINKED_LIST_H */

mercurial