|
RTS API Documentation
1.10.11
|
Basic Configuration File Parser. More...
#include <switch.h>
Include dependency graph for switch_config.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | switch_config |
| A simple file handle representing an open configuration file. More... | |
Typedefs | |
| typedef typedefSWITCH_BEGIN_EXTERN_C struct switch_config | switch_config_t |
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