Asterisk - The Open Source Telephony Project
18.5.0
|
Structure to keep comments for rewriting configuration files. More...
Data Fields | |
char | cmt [0] |
struct ast_comment * | next |
Structure to keep comments for rewriting configuration files.
Definition at line 84 of file main/config.c.
char cmt |
Comment body allocated after struct.
Definition at line 87 of file main/config.c.
Referenced by ALLOC_COMMENT(), ast_config_text_file_save2(), count_linefeeds_in_comments(), and localized_config_text_file_save().
struct ast_comment * next |
Definition at line 85 of file main/config.c.
Referenced by ast_category_get_templates(), ast_category_inherit(), ast_comment_destroy(), ast_config_text_file_save2(), ast_destroy_template_list(), ast_load_realtime_fields(), ast_variables_reverse(), count_linefeeds_in_comments(), and localized_config_text_file_save().