about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-07-23 23:05:33 +0100
committerJames Booth <boothj5@gmail.com>2015-07-23 23:05:33 +0100
commit22111bf75b34181cdab4f8369e781cb1d857fcfb (patch)
tree490fa6bec4df37a8a34c24f92c07ad16072085bb /tests
parent3985f22250bb5aca0036c707da47e51c662cee03 (diff)
downloadprofani-tty-22111bf75b34181cdab4f8369e781cb1d857fcfb.tar.gz
Moved help and about to new format
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/ui/stub_ui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index 71a577f5..05863fd0 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -358,6 +358,8 @@ void cons_show(const char * const msg, ...)
     va_end(args);
 }
 
+void cons_show_help(Command *command) {}
+
 void cons_about(void) {}
 void cons_help(void) {}
 void cons_navigation_help(void) {}