parent
651291ece1
commit
149281f694
@ -0,0 +1,7 @@ |
||||
#pragma once |
||||
|
||||
struct console; |
||||
|
||||
void shell_date(struct console *con, const char **argv, size_t argc); |
||||
void shell_time(struct console *con, const char **argv, size_t argc); |
||||
void shell_set_date(struct console *con, const char **argv, size_t argc); |
Loading…
Reference in new issue