diff options
Diffstat (limited to 'src/gui/gui-chat.h')
-rw-r--r-- | src/gui/gui-chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h index 135a79bb6..bd2cfb7c5 100644 --- a/src/gui/gui-chat.h +++ b/src/gui/gui-chat.h @@ -86,6 +86,8 @@ extern int gui_chat_get_time_length (); extern void gui_chat_change_time_format (); extern char *gui_chat_build_string_prefix_message (struct t_gui_line *line); extern char *gui_chat_build_string_message_tags (struct t_gui_line *line); +extern int gui_chat_buffer_valid (struct t_gui_buffer *buffer, + int buffer_type); extern void gui_chat_printf_date_tags (struct t_gui_buffer *buffer, time_t date, const char *tags, const char *message, ...); |