diff options
author | James Booth <boothj5@gmail.com> | 2015-04-12 02:16:13 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-04-12 02:16:13 +0100 |
commit | bcfbbac49a0b031a16f61204955861fd2f7c6db8 (patch) | |
tree | bc49794e02bcbbd0e07292d6f4fe7dc14744b253 /tests | |
parent | 7ba7e098fead9e7a9a72090e30bc64d9a12e87ee (diff) | |
parent | 57dc5f14efec19c9532c2ec9a8742e90e4c964d2 (diff) | |
download | profani-tty-bcfbbac49a0b031a16f61204955861fd2f7c6db8.tar.gz |
Merge branch 'master' into pgp
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 3eeaa8ab..d7fdeb0a 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -252,6 +252,7 @@ void ui_room_member_nick_change(const char * const roomjid, void ui_room_nick_change(const char * const roomjid, const char * const nick) {} void ui_room_member_presence(const char * const roomjid, const char * const nick, const char * const show, const char * const status) {} +void ui_room_update_occupants(const char * const roomjid) {} void ui_room_show_occupants(const char * const roomjid) {} void ui_room_hide_occupants(const char * const roomjid) {} void ui_show_roster(void) {} |