
Data Fields | |
| int | ignored |
| ast_variable * | last |
| char | name [80] |
| ast_category * | next |
| ast_variable * | root |
Definition at line 82 of file config.c.
| int ignored |
Definition at line 84 of file config.c.
Referenced by category_get(), and next_available_category().
| struct ast_variable* last |
| char name[80] |
Definition at line 83 of file config.c.
Referenced by ast_category_browse(), ast_category_rename(), category_get(), and config_text_file_save().
| struct ast_category* next |
Definition at line 87 of file config.c.
Referenced by ast_category_browse(), ast_config_destroy(), ast_variable_retrieve(), category_get(), config_text_file_save(), and next_available_category().
| struct ast_variable* root |
Definition at line 85 of file config.c.
Referenced by ast_category_destroy(), ast_category_detach_variables(), ast_config_destroy(), ast_variable_append(), ast_variable_browse(), ast_variable_retrieve(), config_text_file_save(), inherit_category(), and move_variables().
1.4.7