fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / xinetd / reconfig.h
1 #ifndef RECONFIG_H
2 #define RECONFIG_H
3
4 #include "defs.h"
5
6 void hard_reconfig(void);
7 void terminate_servers(struct service *sp);
8
9 #endif