about summary refs log tree commit diff stats
path: root/tests/ui/stub_ui.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-11 23:09:07 +0000
committerJames Booth <boothj5@gmail.com>2015-01-11 23:09:07 +0000
commit51bd4ed375229d66d1c6957413c724403202ca38 (patch)
treec93617c17cf32d72c3fc4e96aa75ee6467759436 /tests/ui/stub_ui.c
parent13f0166aa04bce5e64803900d8554c92b6f3c667 (diff)
downloadprofani-tty-51bd4ed375229d66d1c6957413c724403202ca38.tar.gz
Fixed tests
Diffstat (limited to 'tests/ui/stub_ui.c')
-rw-r--r--tests/ui/stub_ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index b538f27b..296efbee 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -188,12 +188,12 @@ char * ui_ask_password(void)
 void ui_handle_stanza(const char * const msg) {}
 
 // ui events
-void ui_contact_typing(const char * const from) {}
+void ui_contact_typing(const char * const barejid, const char * const resource) {}
 void ui_incoming_msg(const char * const from, const char * const resource, const char * const message, GTimeVal *tv_stamp) {}
 void ui_incoming_private_msg(const char * const fulljid, const char * const message, GTimeVal *tv_stamp) {}
 
 void ui_disconnected(void) {}
-void ui_recipient_gone(const char * const barejid) {}
+void ui_recipient_gone(const char * const barejid, const char * const resource) {}
 
 void ui_outgoing_chat_msg(const char * const from, const char * const barejid,
     const char * const message) {}