diff options
Diffstat (limited to 'src/plugins/buflist/buflist.h')
-rw-r--r-- | src/plugins/buflist/buflist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/buflist/buflist.h b/src/plugins/buflist/buflist.h index eb700954a..d04c47193 100644 --- a/src/plugins/buflist/buflist.h +++ b/src/plugins/buflist/buflist.h @@ -31,6 +31,7 @@ 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_item; extern struct t_hdata *buflist_hdata_bar_window; extern void buflist_add_bar (); |