summaryrefslogtreecommitdiffstats
path: root/src/zix/btree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zix/btree.h')
-rw-r--r--src/zix/btree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zix/btree.h b/src/zix/btree.h
index 066b0c2..29c01d3 100644
--- a/src/zix/btree.h
+++ b/src/zix/btree.h
@@ -81,6 +81,10 @@ zix_btree_insert(ZixBTree* t, void* e);
/**
Remove the value `e` from `t`.
+ @param t Tree to remove from.
+
+ @param e Value to remove.
+
@param out Set to point to the removed pointer (which may not equal `e`).
@param next If non-NULL, pointed to the value following `e`. If *next is