diff options
Diffstat (limited to 'include/zix/btree.h')
-rw-r--r-- | include/zix/btree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zix/btree.h b/include/zix/btree.h index 3f3e28b..92e5c5f 100644 --- a/include/zix/btree.h +++ b/include/zix/btree.h @@ -126,8 +126,8 @@ zix_btree_insert(ZixBTree* ZIX_NONNULL t, void* ZIX_NULLABLE e); */ ZIX_API ZixStatus -zix_btree_remove(ZixBTree* ZIX_NONNULL t, - const void* ZIX_NULLABLE e, +zix_btree_remove(ZixBTree* ZIX_NONNULL t, + const void* ZIX_NULLABLE e, void* ZIX_NULLABLE* ZIX_NONNULL out, ZixBTreeIter* ZIX_NONNULL next); |