diff options
author | James Booth <boothj5@gmail.com> | 2015-11-02 00:47:43 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-02 00:47:43 +0000 |
commit | 7bedb6c2949bf1a88c7637ff27a5781e255790a5 (patch) | |
tree | 59aed9c8b68f9eee8b578cd02b37eea7ad66f1e7 /tests | |
parent | 1aa3c0ea4fcb8dceaf7de04961a00b243fcc0e83 (diff) | |
download | profani-tty-7bedb6c2949bf1a88c7637ff27a5781e255790a5.tar.gz |
mucwin_handle_role_list takes ProfMucWin
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 cc521778..529c5026 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -278,7 +278,7 @@ void mucwin_affiliation_set_error(const char * const roomjid, const char * const void mucwin_role_set_error(const char * const roomjid, const char * const nick, const char * const role, const char * const error) {} void mucwin_role_list_error(ProfMucWin *mucwin, const char * const role, const char * const error) {} -void mucwin_handle_role_list(const char * const roomjid, const char * const role, GSList *nicks) {} +void mucwin_handle_role_list(ProfMucWin *mucwin, const char * const role, GSList *nicks) {} void mucwin_kick_error(ProfMucWin *mucwin, const char * const nick, const char * const error) {} void ui_show_form(ProfMucConfWin *confwin) {} void ui_show_form_field(ProfWin *window, DataForm *form, char *tag) {} |