projects
/
packages
/
xinetd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
prepare upload
[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