summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo C2018-07-29 14:47:30 +0200
committerLeo C2018-07-29 14:47:30 +0200
commitbc72540aa158b4eba2dcda3e7921caa7f970ff9a (patch)
tree73b812b66e9d9cbc0e001d735680d216aafaa127 /include
parente96dcd6d096cc51414b156ab7aa746da27074c53 (diff)
downloadz180-stamp-bc72540aa158b4eba2dcda3e7921caa7f970ff9a.zip
Print prefix of subcommands
Diffstat (limited to 'include')
-rw-r--r--include/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/command.h b/include/command.h
index 614d527..93c9a2d 100644
--- a/include/command.h
+++ b/include/command.h
@@ -81,7 +81,6 @@ cmd_process(uint_fast8_t flag, int argc, char * const argv[], uint_fast8_t *repe
/* command.c */
command_ret_t do_help(cmd_tbl_t *cmdtp, uint_fast8_t flag, int argc, char * const argv[]);
-int cmd_tbl_item_count(cmd_tbl_t *p);
command_ret_t cmd_usage(cmd_tbl_t *cmdtp);
#ifdef CONFIG_AUTO_COMPLETE