Fixed tests

This commit is contained in:
James Booth
2015-01-11 23:09:07 +00:00
parent 13f0166aa0
commit 51bd4ed375
4 changed files with 12 additions and 12 deletions

View File

@@ -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) {}