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
/
confparse.h
1
#ifndef CONFPARSE_H
2
#define CONFPARSE_H
3
4
#include "defs.h"
5
#include "conf.h"
6
#include "xconfig.h"
7
8
status_e cnf_get(struct configuration *confp);
9
10
#endif
11