summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-09-30 15:39:25 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-09-30 15:39:25 +0200
commit12421a67da6c80c1b1cbdbf9241d18263673bdb2 (patch)
tree59971f3e6f0df7710306d64d9f07610e2fb8d17d /src/gui/gui-buffer.h
parent9fa560300ff99bb6f57a0b8350da83d34cd60711 (diff)
downloadweechat-12421a67da6c80c1b1cbdbf9241d18263673bdb2.zip
Set unread marker for IRC server/channels/pv buffers when using /away command
Diffstat (limited to 'src/gui/gui-buffer.h')
-rw-r--r--src/gui/gui-buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-buffer.h b/src/gui/gui-buffer.h
index 9e1a245f8..3118aedb3 100644
--- a/src/gui/gui-buffer.h
+++ b/src/gui/gui-buffer.h
@@ -207,6 +207,7 @@ extern void gui_buffer_set_highlight_words (struct t_gui_buffer *buffer,
const char *new_highlight_words);
extern void gui_buffer_set_highlight_tags (struct t_gui_buffer *buffer,
const char *new_highlight_tags);
+extern void gui_buffer_set_unread (struct t_gui_buffer *buffer);
extern void gui_buffer_set (struct t_gui_buffer *buffer, const char *property,
void *value);
extern struct t_gui_buffer *gui_buffer_search_main ();