Asterisk Config
main/config.c 1.4.21 ¶
struct ast_config {
struct ast_category *root;
struct ast_category *last;
struct ast_category *current;
struct ast_category *last_browse; /*!< used to cache the last category supplied via category_browse */
int include_level;
int max_include_level;
};
* struct ast_config *ast_config_load(const char *filename)
static struct ast_config_engine text_file_engine = {
.name = "text",
.load_func = config_text_file_load,
};
* struct ast_config *ast_config_internal_load(const char *filename, struct ast_config *cfg, int withcomments)
|
"It seems strange to meet computer geeks who're still primarily running Windows... as if they were still cooking on a wood stove or something." - mbp |










