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