]> www.tinc-vpn.org Git - tinc/blobdiff - support/avl.h
Lots of changes. It compiles, but doesn't do much yet.
[tinc] / support / avl.h
index 5831bcc25749c8bae08a7232718a2a2e9a326068..ece7d1ad1ccc39b9c093cc7c8bf39cb782b782be 100644 (file)
@@ -134,11 +134,6 @@ extern struct avl_node *avl_get_closest_greater_node(const struct avl_tree *, co
        } \
 }
 
-#if 0
-extern void avl_foreach(struct avl_tree *, avl_action_t);
-extern void avl_foreach_node(struct avl_tree *, avl_node_action_t);
-#endif
-
 /* Indexing */
 
 #ifdef AVL_COUNT