X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=shell.h;h=111487b425c6dfb86c2aa4dcfd42afc8f1aa809c;hb=699e887916bcfa885ba52f8af546dd4c14ec39bb;hp=743062e8b8eb2cfc5ed9f645b86a616bc97f8ee8;hpb=84795a4c9a792a8ab63f71174fef707a4776a078;p=gsconf 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