summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-12-07 19:43:19 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-12-07 19:43:19 +0100
commitb6662ee3cf9f3401e8af58fb14d0b33a88906b67 (patch)
tree1764b7811ecfd75556832391db8e9dd9abf18391 /src/gui/gui-chat.h
parentf7d719f8fdda73c9ef4ea1aa020e1767585c78a8 (diff)
downloadweechat-b6662ee3cf9f3401e8af58fb14d0b33a88906b67.zip
Add color support in option weechat.look.buffer_time_format
Diffstat (limited to 'src/gui/gui-chat.h')
-rw-r--r--src/gui/gui-chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h
index 0f6ed04b7..57d74337d 100644
--- a/src/gui/gui-chat.h
+++ b/src/gui/gui-chat.h
@@ -67,6 +67,7 @@ extern void gui_chat_get_word_info (struct t_gui_window *window,
int *word_length_with_spaces,
int *word_length);
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 void gui_chat_printf_date_tags (struct t_gui_buffer *buffer,