diff -r 1f72fb9af87e -r f49f8a7060aa src/cx/tree.h --- 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"