about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-17 22:30:01 +0100
committerJames Booth <boothj5@gmail.com>2015-10-17 22:30:01 +0100
commita35cbea73273fb7e61218155ca1c28ebab73bb5b (patch)
tree8ac946f4912200120f5b4a0e9f46bb878b60f154 /tests
parent0769fc6b1b0ec22d4e45f6cc033a642e25923930 (diff)
downloadprofani-tty-a35cbea73273fb7e61218155ca1c28ebab73bb5b.tar.gz
Implemented /script list
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/ui/stub_ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index a4d95bd1..ae959740 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -415,6 +415,7 @@ void cons_show_status(const char * const barejid) {}
 void cons_show_info(PContact pcontact) {}
 void cons_show_caps(const char * const fulljid, resource_presence_t presence) {}
 void cons_show_themes(GSList *themes) {}
+void cons_show_scripts(GSList *scripts) {}
 
 void cons_show_aliases(GList *aliases)
 {