diff -r d0680a23d850 -r b09aae58bba4 src/cx/array_list.h --- a/src/cx/array_list.h Fri Apr 07 11:30:28 2023 +0200 +++ b/src/cx/array_list.h Sun Apr 09 19:03:58 2023 +0200 @@ -165,7 +165,7 @@ */ CxList *cxArrayListCreate( CxAllocator const *allocator, - CxListComparator comparator, + cx_compare_func comparator, size_t item_size, size_t initial_capacity );