]> git.sur5r.net Git - gsconf/blobdiff - shell.h
Initial Commit
[gsconf] / shell.h
diff --git a/shell.h b/shell.h
new file mode 100644 (file)
index 0000000..743062e
--- /dev/null
+++ b/shell.h
@@ -0,0 +1,22 @@
+#ifndef SHELL_H
+#define SHELL_H
+
+#include <stdio.h>
+#include "socket.h"
+
+#include "gs105e.h"
+#include <stdlib.h>
+#include <string.h>
+
+#include <pwd.h>
+
+void shell_ip(char ** argv, int elem);
+
+
+int shell(void);
+void password(void) ;
+void printError(int errCode);
+void printIp(char * data);
+void shell_port(char ** argv, int elem);
+
+#endif