fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / xinetd / confparse.h
1 #ifndef CONFPARSE_H
2 #define CONFPARSE_H
3
4 #include "defs.h"
5 #include "conf.h"
6 #include "xconfig.h"
7
8 status_e cnf_get(struct configuration *confp);
9
10 #endif
11