X-Git-Url: https://git.sur5r.net/?p=gsconf;a=blobdiff_plain;f=shell.h;h=111487b425c6dfb86c2aa4dcfd42afc8f1aa809c;hp=743062e8b8eb2cfc5ed9f645b86a616bc97f8ee8;hb=2531679f54aac584bdcc922d7727600845ecb23b;hpb=84795a4c9a792a8ab63f71174fef707a4776a078 diff --git a/shell.h b/shell.h index 743062e..111487b 100644 --- a/shell.h +++ b/shell.h @@ -11,12 +11,13 @@ #include void shell_ip(char ** argv, int elem); - +char * copyString(char * data); int shell(void); void password(void) ; void printError(int errCode); void printIp(char * data); void shell_port(char ** argv, int elem); +void shell_sys(char ** argv, int elem); #endif