projects
/
packages
/
xinetd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git]
/
xinetd
/
includedir.h
1
#ifndef INCLUDEDIR_H
2
#define INCLUDEDIR_H
3
4
#include "conf.h"
5
6
void handle_includedir(const char *service_name,struct configuration *confp);
7
8
#endif