diff options
author | James Booth <boothj5@gmail.com> | 2016-02-03 00:13:49 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-02-03 00:13:49 +0000 |
commit | 72574bb944a9f85ba97256f2eec59bf7f6000c1f (patch) | |
tree | 210124ba88c025621fa917710e381504bb6ff2eb /tests/unittests | |
parent | 77e819e81acd82df21ddee5e1f7eb7bdff909ff5 (diff) | |
download | profani-tty-72574bb944a9f85ba97256f2eec59bf7f6000c1f.tar.gz |
Fixed tests
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 2e7ec7b1..0f4510c1 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -174,6 +174,8 @@ void privwin_occupant_banned(ProfPrivateWin *privwin, const char *const actor, c void privwin_occupant_online(ProfPrivateWin *privwin) {} void privwin_message_occupant_offline(ProfPrivateWin *privwin) {} +void privwin_message_left_room(ProfPrivateWin *privwin) {} + void ui_room_join(const char * const roomjid, gboolean focus) {} void ui_switch_to_room(const char * const roomjid) {} |