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 10
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 10