]> git.sur5r.net Git - gsconf/blobdiff - shell.h
added sys [name|password|restart] and vlan enable
[gsconf] / shell.h
diff --git a/shell.h b/shell.h
index 743062e8b8eb2cfc5ed9f645b86a616bc97f8ee8..111487b425c6dfb86c2aa4dcfd42afc8f1aa809c 100644 (file)
--- a/shell.h
+++ b/shell.h
 #include <pwd.h>
 
 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