Data Fields | |
struct ast_category * | inst |
char | name [80] |
struct { | |
struct ast_category_template_instance * next | |
} | next |
Definition at line 200 of file config.c.
struct ast_category* inst [read] |
Definition at line 202 of file config.c.
Referenced by ast_config_text_file_save(), and inherit_category().
char name[80] |
Definition at line 201 of file config.c.
Referenced by ast_config_text_file_save(), and inherit_category().
struct { ... } next |
struct ast_category_template_instance* next [read] |