summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-chat.h')
-rw-r--r--src/gui/gui-chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h
index 15e6263e8..009877f3c 100644
--- a/src/gui/gui-chat.h
+++ b/src/gui/gui-chat.h
@@ -52,6 +52,7 @@ extern char gui_chat_prefix_empty[];
extern int gui_chat_time_length;
extern int gui_chat_mute;
extern struct t_gui_buffer *gui_chat_mute_buffer;
+extern int gui_chat_display_tags;
/* chat functions */
@@ -70,6 +71,7 @@ extern char *gui_chat_get_time_string (time_t date);
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 void gui_chat_printf_date_tags (struct t_gui_buffer *buffer,
time_t date, const char *tags,
const char *message, ...);