diff options
author | James Booth <boothj5@gmail.com> | 2015-10-17 22:58:45 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-17 22:58:45 +0100 |
commit | eca73909515a067725092f4464a12ad418e4b69a (patch) | |
tree | 4734638534541eb268722d794a74b3962b0e474a /tests | |
parent | a35cbea73273fb7e61218155ca1c28ebab73bb5b (diff) | |
download | profani-tty-eca73909515a067725092f4464a12ad418e4b69a.tar.gz |
Implemented /script show
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index ae959740..99fe3007 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -416,6 +416,7 @@ 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_script(const char *const script, GSList *commands) {} void cons_show_aliases(GList *aliases) { |