aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-08-08 23:12:30 +0200
committerThomas White <taw@bitwiz.org.uk>2013-08-08 23:13:11 +0200
commitfa30860b75614b715e99b2da187a71022fa01cfc (patch)
treefcab71eae26f6ffbad704af33734acad7e211a48 /src/wrap.h
parentddd6ed1288b6ac4952f61b9f3cbc40c22381ec53 (diff)
Add show_boxes()
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 a8f9593..603d2e6 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -104,5 +104,6 @@ extern void get_cursor_pos(struct frame *fr, size_t pos,
extern void wrap_line_free(struct wrap_line *l);
+extern void show_boxes(struct wrap_line *boxes);
#endif /* WRAP_H */