aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-03-15 09:01:31 +0100
committerThomas White <taw@bitwiz.org.uk>2013-03-15 09:01:31 +0100
commit4afcee79df1a95f399b6633123ca2e381c79b753 (patch)
tree4d8efc3b81b0d53e67d8d198fcaa5435b3bbaadf /src/wrap.h
parentcf9e1b11c41df6af9b29cb57316fb7c1802f630b (diff)
Fix memory leak
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrap.h b/src/wrap.h
index ff79f61..42e34f4 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -99,4 +99,6 @@ extern void get_cursor_pos(struct frame *fr, size_t pos,
double *xposd, double *yposd, double *line_height);
+extern void wrap_line_free(struct wrap_line *l);
+
#endif /* WRAP_H */