src/cx/tree.h

changeset 908
f49f8a7060aa
parent 905
39aa4f106a71
child 909
f4e00bb3f3b2
--- a/src/cx/tree.h	Sat Oct 05 14:22:42 2024 +0200
+++ b/src/cx/tree.h	Sat Oct 05 14:42:14 2024 +0200
@@ -1207,7 +1207,7 @@
  * @param node the node to remove
  */
 __attribute__((__nonnull__))
-void cxTreeRemove(CxTree *tree, void *node);
+void cxTreeRemoveSubtree(CxTree *tree, void *node);
 
 #ifdef __cplusplus
 } // extern "C"

mercurial