diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-17 22:11:39 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-17 22:11:39 +0100 |
commit | 61e5a4bcdb5c599b10ca99b906fb7ba3690ab4cb (patch) | |
tree | cc08f023be694c2ce9fae3084071483cac973de0 /src/gui/gui-filter.h | |
parent | 07727a97c97100b46e895ce079d49a8d6db0d0ee (diff) | |
download | weechat-61e5a4bcdb5c599b10ca99b906fb7ba3690ab4cb.zip |
core: apply filters after full reload of configuration files (with /reload) (bug #31182)
Diffstat (limited to 'src/gui/gui-filter.h')
-rw-r--r-- | src/gui/gui-filter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/gui-filter.h b/src/gui/gui-filter.h index a853bca86..b1fc745b8 100644 --- a/src/gui/gui-filter.h +++ b/src/gui/gui-filter.h @@ -55,10 +55,9 @@ extern int gui_filters_enabled; extern int gui_filter_check_line (struct t_gui_line *line, const char *buffer_full_name); +extern void gui_filter_all_buffers (); extern void gui_filter_global_enable (); extern void gui_filter_global_disable (); -extern void gui_filter_enable (struct t_gui_filter *filter); -extern void gui_filter_disable (struct t_gui_filter *filter); extern struct t_gui_filter *gui_filter_search_by_name (const char *name); extern struct t_gui_filter *gui_filter_new (int enabled, const char *name, |