X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/5caa8c2b8906f17ca97aad2be3d746c3b5fef8f3..7eecbdacec66226ebc3959411883aeaebcf9791d:/include/cmd_date.h diff --git a/include/cmd_date.h b/include/cmd_date.h new file mode 100644 index 0000000..cd98f2a --- /dev/null +++ b/include/cmd_date.h @@ -0,0 +1,14 @@ +/* + * (C) Copyright 2018 Leo C. + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#ifndef CMD_DATE_H +#define CMD_DATE_H + +#include "command.h" + +command_ret_t do_date(cmd_tbl_t *, uint_fast8_t, int, char * const []); + +#endif /* CMD_DATE_H */