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 73 of file config.c.
char cmt[0] |
Comment body allocated after struct.
Definition at line 76 of file config.c.
Referenced by ALLOC_COMMENT(), ast_config_text_file_save(), and count_linefeeds_in_comments().
struct ast_comment* next [read] |
Definition at line 74 of file config.c.
Referenced by ast_comment_destroy(), ast_config_text_file_save(), and count_linefeeds_in_comments().