]> git.itanic.dy.fi Git - scan-pagemap/commitdiff
bintree.h: Add missing function prototype
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 4 Jul 2010 12:57:47 +0000 (15:57 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 4 Jul 2010 12:57:47 +0000 (15:57 +0300)
Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
bintree.h

index 562a713e7a587fb5a20104347bb2966281b41c25..a186800e8baa9580d33ad59b0887579512e79d80 100644 (file)
--- a/bintree.h
+++ b/bintree.h
@@ -12,6 +12,8 @@ struct bintree_ops {
 
 struct bintree *bintree_add(struct bintree *tree, struct bintree *new,
                        struct bintree_ops *ops);
+struct bintree *bintree_find(struct bintree *tree, struct bintree *new,
+                       struct bintree_ops *ops);
 int bintree_walk(struct bintree *tree, struct bintree_ops *ops);
 
 #endif