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
/
env.h
1
#ifndef X_ENV_H
2
#define X_ENV_H
3
4
#include "m_env.h"
5
#include "defs.h"
6
#include "sconf.h"
7
8
extern env_h std_env;
9
status_e initenv(void);
10
status_e setup_environ(struct service_config *scp,struct service_config *def);
11
12
#endif