]> git.sur5r.net Git - gsconf/blob - shell.h
Initial Commit
[gsconf] / shell.h
1 #ifndef SHELL_H
2 #define SHELL_H
3
4 #include <stdio.h>
5 #include "socket.h"
6
7 #include "gs105e.h"
8 #include <stdlib.h>
9 #include <string.h>
10
11 #include <pwd.h>
12
13 void shell_ip(char ** argv, int elem);
14
15
16 int shell(void);
17 void password(void) ;
18 void printError(int errCode);
19 void printIp(char * data);
20 void shell_port(char ** argv, int elem);
21
22 #endif