X-Git-Url: https://git.hcoop.net/clinton/Smoothieware.git/blobdiff_plain/e77f5f73d7859110ba30d8610c25c0143fd54e43..18ca10a33a1ecb389a234eceea3631f2751aea6d:/src/modules/utils/simpleshell/SimpleShell.h diff --git a/src/modules/utils/simpleshell/SimpleShell.h b/src/modules/utils/simpleshell/SimpleShell.h index a1d3be30..5f853463 100644 --- a/src/modules/utils/simpleshell/SimpleShell.h +++ b/src/modules/utils/simpleshell/SimpleShell.h @@ -29,6 +29,9 @@ public: static void version_command(string parameters, StreamOutput *stream ); private: + + void jog(string params, StreamOutput *stream); + static void ls_command(string parameters, StreamOutput *stream ); static void cd_command(string parameters, StreamOutput *stream ); static void delete_file_command(string parameters, StreamOutput *stream );