]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/command.h
Print prefix of subcommands
[z180-stamp.git] / include / command.h
index 614d5273c948f17fc87fe1ade262064fe62638d3..93c9a2defb543b99378bcf37c6c82119f70247ce 100644 (file)
@@ -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