ffc16b5c3108af6733a448ce7122dca718fa68f7
[packages/xinetd.git] / 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