fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / xinetd / special.h
1 #ifndef SPECIAL_H
2 #define SPECIAL_H
3
4 #include "defs.h"
5 #include "builtins.h"
6
7 const builtin_s *spec_find(const char *service_name,int type);
8 status_e spec_service_handler( struct service *sp, connection_s *cp );
9 void spec_include(void);
10         
11 #endif
12