Data Fields | |
ast_category * | inst |
char | name [80] |
struct { | |
ast_category_template_instance * next | |
} | next |
Definition at line 179 of file config.c.
struct ast_category* inst |
Definition at line 181 of file config.c.
Referenced by ast_config_text_file_save(), and inherit_category().
char name[80] |
Definition at line 180 of file config.c.
Referenced by ast_config_text_file_save(), and inherit_category().
struct { ... } next |
struct ast_category_template_instance* next |
Definition at line 182 of file config.c.
Referenced by ast_config_text_file_save(), ast_destroy_template_list(), and inherit_category().