diff options
author | James Booth <boothj5@gmail.com> | 2015-11-02 00:24:19 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-02 00:24:19 +0000 |
commit | 986741dea853f67f881e6d48d8cd09e180a2c7c9 (patch) | |
tree | 6b8fed6f454beec5e98dd1b6514627dff1d810f8 /tests | |
parent | e68784be432f7bce7cdd008577e7fef73c08ca15 (diff) | |
download | profani-tty-986741dea853f67f881e6d48d8cd09e180a2c7c9.tar.gz |
mucwin_message takes ProfMucWin
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index b37e8e67..d1812d9d 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -205,8 +205,7 @@ void mucwin_occupant_role_and_affiliation_change(ProfMucWin *mucwin, const char const char * const affiliation, const char * const actor, const char * const reason) {} void mucwin_roster(ProfMucWin *mucwin, GList *occupants, const char * const presence) {} void mucwin_history(ProfMucWin *mucwin, const char * const nick, GDateTime *timestamp, const char * const message) {} -void mucwin_message(const char * const roomjid, const char * const nick, - const char * const message) {} +void mucwin_message(ProfMucWin *mucwin, const char * const nick, const char * const message) {} void mucwin_subject(const char * const roomjid, const char * const nick, const char * const subject) {} void mucwin_requires_config(const char * const roomjid) {} void ui_room_destroy(const char * const roomjid) {} |