summaryrefslogtreecommitdiff
path: root/include/serverConfigFile.h
blob: d016807dce2216e385bde4c39c40ef442ad3df46 (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