f00b4rCVS: ----------------------------------------------------------------------
[my-code/ivac.git] / src / inet.h
1 /* inet.h -- inet headers */
2
3 #ifndef INET_H
4 #define INET_H
5
6 /* net specific includes */
7 #include <netinet/in.h>
8
9 /* net specific variables */
10 typedef s_net {
11   int l_fd,c_fd;
12   
13 } t_net;
14
15 #endif
16