diff options
author | James Booth <boothj5@gmail.com> | 2015-10-26 22:54:06 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-26 22:54:06 +0000 |
commit | 2efaa464bf6629a4f59be2834ce646d7abb8ecda (patch) | |
tree | 740c6dad2069d1c143be8c5ab9b9b03d1fb1219d /tests | |
parent | 8f45f332ade58b188f1f51d86304f525f1951647 (diff) | |
download | profani-tty-2efaa464bf6629a4f59be2834ce646d7abb8ecda.tar.gz |
ui_message_receipt takes ProfChatWin
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 47e7e9e9..8c648551 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -185,7 +185,7 @@ void ui_contact_online(char *barejid, Resource *resource, GDateTime *last_activi void ui_contact_typing(const char * const barejid, const char * const resource) {} void ui_incoming_msg(ProfChatWin *chatwin, const char * const resource, const char * const message, GDateTime *timestamp, gboolean win_created, prof_enc_t enc_mode) {} -void ui_message_receipt(const char * const barejid, const char * const id) {} +void ui_message_receipt(ProfChatWin *chatwin, const char * const id) {} void ui_incoming_private_msg(const char * const fulljid, const char * const message, GDateTime *timestamp) {} |