]> git.sur5r.net Git - gsconf/blob - main.c
A bunch of fixes for various compiler warnings
[gsconf] / main.c
1 #include <stdio.h>
2 #include "socket.h"
3
4 #include "gs105e.h"
5 #include <stdlib.h>
6 #include <string.h>
7 #include "shell.h"
8 #include <pwd.h>
9 int shellHandler = 0;
10
11
12
13
14 int main () {
15         init_socket();
16         
17         myMac = get_mac("eth0");
18         
19         gs105e_init();
20
21         return shell();
22 }
23
24
25
26
27