diff options
author | James Booth <boothj5@gmail.com> | 2015-10-26 23:04:45 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-26 23:04:45 +0000 |
commit | 4fb0b4b0da41525a8c9d70937fcc538aae2877cb (patch) | |
tree | 599636699965a46ab83285dd5f98e7d82eb19d8e /tests | |
parent | 2efaa464bf6629a4f59be2834ce646d7abb8ecda (diff) | |
download | profani-tty-4fb0b4b0da41525a8c9d70937fcc538aae2877cb.tar.gz |
ui_gone_secure 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 8c648551..3b196f46 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -66,7 +66,7 @@ GSList* ui_get_chat_recipients(void) void ui_switch_win(ProfWin *win) {} -void ui_gone_secure(const char * const barejid, gboolean trusted) {} +void ui_gone_secure(ProfChatWin *chatwin, gboolean trusted) {} void ui_gone_insecure(const char * const barejid) {} void ui_trust(const char * const barejid) {} void ui_untrust(const char * const barejid) {} |