fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / xinetd / inet.h
1 #ifndef X_INET_H
2 #define X_INET_H
3
4 #include "pset.h"
5 #include "sconf.h"
6 #include "conf.h"
7
8 void parse_inet_conf_file(int fd,struct configuration *confp);
9
10 #endif