summaryrefslogtreecommitdiff
path: root/src/gui/gui-bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-bar.h')
-rw-r--r--src/gui/gui-bar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui-bar.h b/src/gui/gui-bar.h
index ff7e2a805..6a2af0fa3 100644
--- a/src/gui/gui-bar.h
+++ b/src/gui/gui-bar.h
@@ -153,7 +153,8 @@ extern int gui_bar_scroll (struct t_gui_bar *bar, struct t_gui_window *window,
const char *scroll);
extern void gui_bar_free (struct t_gui_bar *bar);
extern void gui_bar_free_all ();
-extern struct t_hdata *gui_bar_hdata_bar_cb (void *data,
+extern struct t_hdata *gui_bar_hdata_bar_cb (const void *pointer,
+ void *data,
const char *hdata_name);
extern int gui_bar_add_to_infolist (struct t_infolist *infolist,
struct t_gui_bar *bar);