|
RTS API Documentation
1.10.11
|
Include dependency graph for switch_config.c:Go to the source code of this file.
Functions | |
| int | switch_config_open_file (switch_config_t *cfg, char *file_path) |
| Open a configuration file. More... | |
| void | switch_config_close_file (switch_config_t *cfg) |
| Close a previously opened configuration file. More... | |
| int | switch_config_next_pair (switch_config_t *cfg, char **var, char **val) |
| Retrieve next name/value pair from configuration file. More... | |
1.8.13