Configuration manager headers. More...
Go to the source code of this file.
Functions | |
| void | InitConfig () |
| Reads config from file into memory. | |
| const char * | GetConfigOption (char *section, char *name) |
| Returns value of requested config entry. | |
| const char * | GetConfigOptionDefault (char *section, char *name, const char *def) |
| Returns value of requested config entry, or def if no such entry exists. | |
| void | SetConfigOption (char *section, char *name, char *value) |
| Sets new value of requested config entry, or created new if no such entry exists. | |
| void | DeinitConfig () |
| Writes config from memory to file. | |
Configuration manager headers.
1.8.1.1