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.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/cmd_run.h b/include/cmd_run.h
new file mode 100644
index 0000000..4691a55
--- /dev/null
+++ b/include/cmd_run.h
@@ -0,0 +1,16 @@
+/*
+ * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef CMD_RUN_H
+#define CMD_RUN_H
+
+#include "command.h"
+
+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 []);
+
+
+#endif /* CMD_RUN_H */