summaryrefslogtreecommitdiff
path: root/src/gui/gui-line.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-line.h')
-rw-r--r--src/gui/gui-line.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/gui-line.h b/src/gui/gui-line.h
index fe92716c8..d41c05d68 100644
--- a/src/gui/gui-line.h
+++ b/src/gui/gui-line.h
@@ -83,6 +83,9 @@ extern int gui_line_match_regex (struct t_gui_line *line,
extern int gui_line_match_tags (struct t_gui_line *line, int tags_count,
char **tags_array);
extern int gui_line_has_highlight (struct t_gui_line *line);
+extern void gui_line_compute_buffer_max_length (struct t_gui_buffer *buffer,
+ struct t_gui_lines *lines);
+extern void gui_line_compute_prefix_max_length (struct t_gui_lines *lines);
extern void gui_line_mixed_free_buffer (struct t_gui_buffer *buffer);
extern void gui_line_mixed_free_all (struct t_gui_buffer *buffer);
extern void gui_line_free (struct t_gui_buffer *buffer,