f00b4r
[my-code/ivac.git] / src / inet.h
1 /* inet.h -- inet headers */
2
3 #ifndef INET_H
4 #define INET_H
5
6 /* variables */
7 typedef s_net {
8   int l_fd,c_fd;
9   
10 } t_net;
11
12 #endif
13