summaryrefslogtreecommitdiff
path: root/src/cli/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/cmd.h')
-rw-r--r--src/cli/cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/cmd.h b/src/cli/cmd.h
index 816614efc..cc1743ed2 100644
--- a/src/cli/cmd.h
+++ b/src/cli/cmd.h
@@ -25,6 +25,7 @@ extern const cli_cmd_spec cli_cmds[];
extern const cli_cmd_spec *cli_cmd_spec_byname(const char *name);
/* Commands */
+extern int cmd_cat_file(int argc, char **argv);
extern int cmd_help(int argc, char **argv);
#endif /* CLI_cmd_h__ */