diff options
author | James Booth <boothj5@gmail.com> | 2015-07-23 23:05:33 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-07-23 23:05:33 +0100 |
commit | 22111bf75b34181cdab4f8369e781cb1d857fcfb (patch) | |
tree | 490fa6bec4df37a8a34c24f92c07ad16072085bb /tests/unittests/ui | |
parent | 3985f22250bb5aca0036c707da47e51c662cee03 (diff) | |
download | profani-tty-22111bf75b34181cdab4f8369e781cb1d857fcfb.tar.gz |
Moved help and about to new format
Diffstat (limited to 'tests/unittests/ui')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
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) {} |