aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-07-01 23:34:18 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:31 +0100
commit88cd387d8e0e7e1e6271a3df2fe10e7722ee5976 (patch)
tree4728d85f386eb2bbc208636c6a29dd740afab958 /src/reflist.h
parent6246e4d712361fead972189207df914b53f50a6b (diff)
Add rebalancing stuff
Diffstat (limited to 'src/reflist.h')
-rw-r--r--src/reflist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reflist.h b/src/reflist.h
index e1ff4071..83a0de90 100644
--- a/src/reflist.h
+++ b/src/reflist.h
@@ -84,5 +84,6 @@ extern Reflection *next_refl(Reflection *refl, RefListIterator *iter);
/* Misc */
extern int num_reflections(RefList *list);
+extern int tree_depth(RefList *list);
#endif /* REFLIST_H */