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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h
index 80ec2c622..9e6f65fc7 100644
--- a/src/gui/gui-chat.h
+++ b/src/gui/gui-chat.h
@@ -87,7 +87,7 @@ extern void gui_chat_printf_date_tags (struct t_gui_buffer *buffer,
const char *message, ...);
extern void gui_chat_printf_y (struct t_gui_buffer *buffer, int y,
const char *message, ...);
-extern void gui_chat_print_lines_waiting_buffer ();
+extern void gui_chat_print_lines_waiting_buffer (FILE *f);
extern int gui_chat_hsignal_quote_line_cb (void *data, const char *signal,
struct t_hashtable *hashtable);
extern void gui_chat_end ();