allow find() member function to start in an arbitrary subtree default tip

Sun, 29 Sep 2024 14:40:43 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 29 Sep 2024 14:40:43 +0200
changeset 896
7e09c76390c3
parent 895
ea1ac0e8225c

allow find() member function to start in an arbitrary subtree

relates to #166

src/cx/tree.h file | annotate | diff | comparison | revisions
--- a/src/cx/tree.h	Sun Sep 29 14:38:41 2024 +0200
+++ b/src/cx/tree.h	Sun Sep 29 14:40:43 2024 +0200
@@ -828,6 +828,7 @@
      */
     void *(*find)(
             struct cx_tree_s *tree,
+            const void *subtree,
             const void *data
     );
 

mercurial