src/cx/tree.h

changeset 927
71e7e9ba4b97
parent 921
5a7aa9cf9c3a
--- a/src/cx/tree.h	Sun Oct 13 14:06:32 2024 +0200
+++ b/src/cx/tree.h	Sun Oct 13 15:19:12 2024 +0200
@@ -927,6 +927,7 @@
  * will be set. If you wish to use any of this functionality for the wrapped
  * tree, you need to specify those functions afterwards.
  *
+ * @param allocator the allocator that was used for nodes of the wrapped tree
  * @param root the root node of the tree that shall be wrapped
  * @param loc_parent offset in the node struct for the parent pointer
  * @param loc_children offset in the node struct for the children linked list

mercurial