diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-21 17:55:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-21 17:55:30 +0100 |
commit | 6f6e1569cd065a91560a3438ce331b94afadef2f (patch) | |
tree | 8d87624a0dee73180c1ef4cdbb2533a7abb09b59 /src/gui/gui-filter.h | |
parent | e8b3eb7ad17cd2f26df5f17a8284b52499df5b09 (diff) | |
download | weechat-6f6e1569cd065a91560a3438ce331b94afadef2f.zip |
core: add "full_name" in buffer structure
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 b1fc745b8..976fb64cf 100644 --- a/src/gui/gui-filter.h +++ b/src/gui/gui-filter.h @@ -53,8 +53,7 @@ extern int gui_filters_enabled; /* filter functions */ -extern int gui_filter_check_line (struct t_gui_line *line, - const char *buffer_full_name); +extern int gui_filter_check_line (struct t_gui_line *line); extern void gui_filter_all_buffers (); extern void gui_filter_global_enable (); extern void gui_filter_global_disable (); |