about summary refs log tree commit diff stats
path: root/tests/ui/stub_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/stub_ui.c')
-rw-r--r--tests/ui/stub_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index cee81872..ac5fe7c9 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -190,7 +190,7 @@ void ui_incoming_private_msg(const char * const fulljid, const char * const mess
 void ui_disconnected(void) {}
 void ui_recipient_gone(const char * const barejid, const char * const resource) {}
 
-void ui_outgoing_chat_msg(const char * const barejid, const char * const message, char *id) {}
+void ui_outgoing_chat_msg(ProfChatWin *chatwin, const char * const message, char *id) {}
 void ui_outgoing_chat_msg_carbon(const char * const barejid, const char * const message) {}
 void ui_outgoing_private_msg(const char * const fulljid, const char * const message) {}