diff options
author | James Booth <boothj5@gmail.com> | 2015-11-01 19:39:36 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-01 19:39:36 +0000 |
commit | db4bcd3e6d6efa9bae1d85b327a9f0318177555f (patch) | |
tree | 00be271e744e64aa2d742666e70c248afda43487 /tests/unittests | |
parent | 7e386fbf005a9c990d288750c336db8e981eaee1 (diff) | |
download | profani-tty-db4bcd3e6d6efa9bae1d85b327a9f0318177555f.tar.gz |
Added xmlwin module
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 b397db86..03142652 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -165,7 +165,7 @@ char *ui_get_line(void) return NULL; } -void ui_handle_stanza(const char * const msg) {} +void xmlwin_show(const char * const msg) {} // ui events void ui_contact_online(char *barejid, Resource *resource, GDateTime *last_activity) |