FreeSWITCH API Documentation
1.7.0
|
Basic Configuration File Parser. More...
#include <switch.h>
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... | |