diff options
author | James Booth <boothj5@gmail.com> | 2015-11-01 22:46:24 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-01 22:46:24 +0000 |
commit | c0fc7b51e3205d77e943294f437c725e0097c926 (patch) | |
tree | 0be375d5aae6519d129243c4d4c34d1ea7ee5db9 /tests/unittests | |
parent | e547ae0bcc42a3fddab4f49fa6dfec4815320c10 (diff) | |
download | profani-tty-c0fc7b51e3205d77e943294f437c725e0097c926.tar.gz |
mucwin_affiliation_change takes ProfMucWin
Diffstat (limited to 'tests/unittests')
-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 e09c8199..94b87068 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -193,7 +193,7 @@ void ui_switch_to_room(const char * const roomjid) {} void mucwin_role_change(ProfMucWin *mucwin, const char * const role, const char * const actor, const char * const reason) {} -void mucwin_affiliation_change(const char * const roomjid, const char * const affiliation, const char * const actor, +void mucwin_affiliation_change(ProfMucWin *mucwin, const char * const affiliation, const char * const actor, const char * const reason) {} void mucwin_role_and_affiliation_change(const char * const roomjid, const char * const role, const char * const affiliation, const char * const actor, const char * const reason) {} |