blob: 221557b874606996f14493c4715bd8be87ff99b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef SERVER_CONFIG_FILE_H
# define SERVER_CONFIG_FILE_H
extern void initServerConfigFile();
extern char *getServerConfigFileValue(char *env, char *s);
extern void quitServerConfigFile();
#endif
|