summaryrefslogtreecommitdiff
path: root/src/03/rb_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/03/rb_tree.h')
-rw-r--r--src/03/rb_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/03/rb_tree.h b/src/03/rb_tree.h
index c5d9ffa..ca423a4 100644
--- a/src/03/rb_tree.h
+++ b/src/03/rb_tree.h
@@ -20,3 +20,4 @@ bool rb_equals(RBTree *tree, RBTree *other_tree);
bool rb_tree_is_valid(RBTree *tree);
int rb_tree_size(RBTree *tree);
void rb_tree_inspect(RBTree *tree);
+int rb_tree_height(RBTree *tree);