summaryrefslogtreecommitdiff
path: root/include/cmd_run.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cmd_run.h')
-rw-r--r--include/cmd_run.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cmd_run.h b/include/cmd_run.h
index 4691a55..fc81267 100644
--- a/include/cmd_run.h
+++ b/include/cmd_run.h
@@ -9,6 +9,7 @@
#include "command.h"
+command_ret_t do_bootd(cmd_tbl_t *, uint_fast8_t, int, char * const []);
command_ret_t do_source(cmd_tbl_t *, uint_fast8_t, int, char * const []);
command_ret_t do_run(cmd_tbl_t *, uint_fast8_t, int, char * const []);