summaryrefslogtreecommitdiff
path: root/src/plugins/buflist/buflist.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-08 06:56:42 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-08 06:56:42 +0200
commitf140a9198ef677ca34ff69741225a99c312fd6a3 (patch)
treef9d4e66a83acad2e2dc6c891e0ff64dddf28916b /src/plugins/buflist/buflist.h
parente2589aaaca104d9ef66d1405401d814bb63fb4b0 (diff)
downloadweechat-f140a9198ef677ca34ff69741225a99c312fd6a3.zip
buflist: add option buflist.look.auto_scroll (issue #332)
Diffstat (limited to 'src/plugins/buflist/buflist.h')
-rw-r--r--src/plugins/buflist/buflist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/buflist/buflist.h b/src/plugins/buflist/buflist.h
index 7574f678d..91e3062e3 100644
--- a/src/plugins/buflist/buflist.h
+++ b/src/plugins/buflist/buflist.h
@@ -27,8 +27,11 @@
extern struct t_weechat_plugin *weechat_buflist_plugin;
+extern struct t_hdata *buflist_hdata_window;
extern struct t_hdata *buflist_hdata_buffer;
extern struct t_hdata *buflist_hdata_hotlist;
+extern struct t_hdata *buflist_hdata_bar;
+extern struct t_hdata *buflist_hdata_bar_window;
extern void buflist_add_bar ();
extern void buflist_buffer_get_irc_pointers(struct t_gui_buffer *buffer,