diff options
Diffstat (limited to 'src/gui/gui-hotlist.h')
-rw-r--r-- | src/gui/gui-hotlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui-hotlist.h b/src/gui/gui-hotlist.h index 18cec9702..d53348823 100644 --- a/src/gui/gui-hotlist.h +++ b/src/gui/gui-hotlist.h @@ -59,7 +59,8 @@ extern struct t_gui_hotlist *gui_hotlist_add (struct t_gui_buffer *buffer, struct timeval *creation_time); extern void gui_hotlist_resort (); extern void gui_hotlist_clear (); -extern void gui_hotlist_remove_buffer (struct t_gui_buffer *buffer); +extern void gui_hotlist_remove_buffer (struct t_gui_buffer *buffer, + int force_remove_buffer); extern struct t_hdata *gui_hotlist_hdata_hotlist_cb (void *data, const char *hdata_name); extern int gui_hotlist_add_to_infolist (struct t_infolist *infolist, |