about summary refs log tree commit diff stats
path: root/tests/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-29 01:17:59 +0000
committerJames Booth <boothj5@gmail.com>2014-12-29 01:17:59 +0000
commit10a3a3a67504225ffaaee6aabb39831db36c8f31 (patch)
treea0fa083c4f888e2908c9a83203d2f25232a3c279 /tests/ui
parent4be06c0ae270ad8a04abba85ef3c608527a29d2c (diff)
downloadprofani-tty-10a3a3a67504225ffaaee6aabb39831db36c8f31.tar.gz
Use events for chat sessions
Diffstat (limited to 'tests/ui')
-rw-r--r--tests/ui/stub_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index 0238b287..5361c08d 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -47,7 +47,7 @@ void ui_update(void) {}
 void ui_close(void) {}
 void ui_redraw(void) {}
 void ui_resize(void) {}
-GSList* ui_get_recipients(void)
+GSList* ui_get_chat_recipients(void)
 {
     return NULL;
 }