aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflist.h')
-rw-r--r--src/reflist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reflist.h b/src/reflist.h
index a49d4a61..65c8ef0b 100644
--- a/src/reflist.h
+++ b/src/reflist.h
@@ -103,5 +103,7 @@ extern Reflection *next_refl(Reflection *refl, RefListIterator *iter);
/* Misc */
extern int num_reflections(RefList *list);
extern int tree_depth(RefList *list);
+extern void lock_reflection(Reflection *refl);
+extern void unlock_reflection(Reflection *refl);
#endif /* REFLIST_H */