diff options
author | James Booth <boothj5@gmail.com> | 2015-05-04 00:55:43 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-04 00:55:43 +0100 |
commit | ef54ff305eb4d5f971547721e20a8347f6ee7770 (patch) | |
tree | acf2f7a1059329d5199ef8661ce5e56a2bc7bbe6 /tests | |
parent | c3d2a7e9377c9d16f1ee4ea57c6e0c1f78b5ac6e (diff) | |
download | profani-tty-ef54ff305eb4d5f971547721e20a8347f6ee7770.tar.gz |
ui_outgoing_chat_msg now takes ProfChatWin as argument
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 2 |
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) {} |