diff options
author | James Booth <boothj5@gmail.com> | 2015-04-29 22:59:44 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-04-29 22:59:44 +0100 |
commit | 665c34414d7534016fb8136cffbadd35793dec7b (patch) | |
tree | 0fc82d254101cfa66a0a53edf061db7f3d958762 /tests/ui | |
parent | 0df8b8beff8aeeae072beee8fc3ed69f9d132fb2 (diff) | |
download | profani-tty-665c34414d7534016fb8136cffbadd35793dec7b.tar.gz |
Return result on OTR message sending
Diffstat (limited to 'tests/ui')
-rw-r--r-- | tests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 54faa50a..70be97ef 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -105,7 +105,7 @@ unsigned long ui_get_idle_time(void) void ui_reset_idle_time(void) {} void ui_new_private_win(const char * const fulljid) {} -ProfWin* ui_new_chat_win(const char * const barejid) +ProfChatWin* ui_new_chat_win(const char * const barejid) { return NULL; } |