X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/7eecbdacec66226ebc3959411883aeaebcf9791d..d655d20a5d465471244a607fc7e18eef8623eab9:/include/cmd_run.h?ds=sidebyside 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 []);