diff options
author | James Booth <boothj5@gmail.com> | 2016-02-18 01:20:17 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-02-18 01:20:37 +0000 |
commit | a14b7815ae86bb1d552197d32c215157aaa4dc10 (patch) | |
tree | 656155d5eea213f173ed778d5d14a00c7ebcdac9 /tests/unittests | |
parent | 2ac911618a89c1a67a6fcf679b99a84a2ba94339 (diff) | |
download | profani-tty-a14b7815ae86bb1d552197d32c215157aaa4dc10.tar.gz |
Added new help format to c plugins WIP
Diffstat (limited to 'tests/unittests')
-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 3381c2c6..13321025 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -322,6 +322,8 @@ void cons_show(const char * const msg, ...) void cons_show_padded(int pad, const char * const msg, ...) {} void cons_show_help(Command *command) {} +void cons_show_plugin_help(const char *const cmd, CommandHelp *help) {} + void cons_about(void) {} void cons_help(void) {} |