summaryrefslogtreecommitdiff
path: root/src/gui/gui-hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-hotlist.h')
-rw-r--r--src/gui/gui-hotlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui-hotlist.h b/src/gui/gui-hotlist.h
index 79760908e..d3f9f58e4 100644
--- a/src/gui/gui-hotlist.h
+++ b/src/gui/gui-hotlist.h
@@ -61,7 +61,8 @@ extern void gui_hotlist_resort ();
extern void gui_hotlist_clear ();
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,
+extern struct t_hdata *gui_hotlist_hdata_hotlist_cb (const void *pointer,
+ void *data,
const char *hdata_name);
extern int gui_hotlist_add_to_infolist (struct t_infolist *infolist,
struct t_gui_hotlist *hotlist);