src/cx/linked_list.h

changeset 409
5d167af0eadb
parent 407
b447539ec255
child 412
af766caea48d
equal deleted inserted replaced
408:dfdd571550f8 409:5d167af0eadb
47 47
48 CxList cxLinkedListCreate(CxAllocator allocator, CxListComparator comparator, size_t item_size); 48 CxList cxLinkedListCreate(CxAllocator allocator, CxListComparator comparator, size_t item_size);
49 49
50 CxList cxLinkedListWrap(CxAllocator allocator, CxListComparator comparator, CxLinkedListDesc desc); 50 CxList cxLinkedListWrap(CxAllocator allocator, CxListComparator comparator, CxLinkedListDesc desc);
51 51
52 void cxLinkedListDestroy(CxList list);
53
52 size_t cxLinkedListRecalculateSize(CxList list); 54 size_t cxLinkedListRecalculateSize(CxList list);
53 55
54 #endif /* UCX_LINKED_LIST_H */ 56 #endif /* UCX_LINKED_LIST_H */

mercurial