diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-24 15:08:03 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-24 15:08:03 +0000 |
commit | 6972b057d9fb640eead8231f695baf29d906674c (patch) | |
tree | 60bc29df7db7b55a98d0f05170447eaeb00d442b /src/gui/gui.h | |
parent | 8cd841044813966b08804bfbd38a316d1ec3a659 (diff) | |
download | weechat-6972b057d9fb640eead8231f695baf29d906674c.zip |
Fixed bug with charset in infobar highlights
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index eb89671db..d6d05a79f 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -408,6 +408,7 @@ extern t_gui_buffer *gui_buffer_new (t_gui_window *, void *, void *, int, int); extern void gui_buffer_clear (t_gui_buffer *); extern void gui_buffer_clear_all (); extern void gui_infobar_printf (int, int, char *, ...); +extern void gui_infobar_printf_from_buffer (t_gui_buffer *, int, int, char *, char *, ...); extern void gui_window_free (t_gui_window *); extern void gui_infobar_remove (); extern void gui_buffer_free (t_gui_buffer *, int); |