aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrap.h b/src/wrap.h
index d95c9e2..a6503e1 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -121,5 +121,6 @@ extern void initialise_line(struct wrap_line *l);
extern void wrap_line_free(struct wrap_line *l);
extern void show_boxes(struct wrap_line *boxes);
+extern double total_height(struct frame *fr);
#endif /* WRAP_H */