summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-chat.h')
-rw-r--r--src/gui/gui-chat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h
index e52cd5af2..db2a84908 100644
--- a/src/gui/gui-chat.h
+++ b/src/gui/gui-chat.h
@@ -89,7 +89,8 @@ extern void gui_chat_printf_date_tags (struct t_gui_buffer *buffer,
extern void gui_chat_printf_y (struct t_gui_buffer *buffer, int y,
const char *message, ...);
extern void gui_chat_print_lines_waiting_buffer (FILE *f);
-extern int gui_chat_hsignal_quote_line_cb (void *data, const char *signal,
+extern int gui_chat_hsignal_quote_line_cb (const void *pointer, void *data,
+ const char *signal,
struct t_hashtable *hashtable);
extern void gui_chat_end ();