fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / xinetd / includedir.h
1 #ifndef INCLUDEDIR_H
2 #define INCLUDEDIR_H
3
4 #include "conf.h"
5
6 void handle_includedir(const char *service_name,struct configuration *confp);
7
8 #endif