diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-07-01 23:34:18 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:31 +0100 |
commit | 88cd387d8e0e7e1e6271a3df2fe10e7722ee5976 (patch) | |
tree | 4728d85f386eb2bbc208636c6a29dd740afab958 /src/reflist.h | |
parent | 6246e4d712361fead972189207df914b53f50a6b (diff) |
Add rebalancing stuff
Diffstat (limited to 'src/reflist.h')
-rw-r--r-- | src/reflist.h | 1 |
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 */ |