about summary refs log tree commit diff stats
path: root/tests/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-04 00:57:17 +0100
committerJames Booth <boothj5@gmail.com>2015-05-04 00:57:17 +0100
commitbb2b5d20d5cf34e5644b9f04889e0e90e06aeb8a (patch)
treeb4a8a17b55a8559096b3020e17778e3a0971694b /tests/ui
parentbab4da039a69b4a51d7d909eb63c4667807c900c (diff)
parentef54ff305eb4d5f971547721e20a8347f6ee7770 (diff)
downloadprofani-tty-bb2b5d20d5cf34e5644b9f04889e0e90e06aeb8a.tar.gz
Merge branch 'master' into pgp
Diffstat (limited to 'tests/ui')
-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) {}