diff options
Diffstat (limited to 'include/zix/btree.h')
-rw-r--r-- | include/zix/btree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/btree.h b/include/zix/btree.h index 9a661d6..9c86a44 100644 --- a/include/zix/btree.h +++ b/include/zix/btree.h @@ -76,7 +76,7 @@ static const ZixBTreeIter zix_btree_end_iter = { */ ZIX_API ZixBTree* ZIX_ALLOCATED -zix_btree_new(const ZixAllocator* ZIX_NULLABLE allocator, +zix_btree_new(ZixAllocator* ZIX_NULLABLE allocator, ZixComparator ZIX_NONNULL cmp, const void* ZIX_NULLABLE cmp_data); |