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.
char cmt[0] |
Definition at line 63 of file config.c.
Referenced by ALLOC_COMMENT(), ast_config_text_file_save(), and count_linefeeds_in_comments().
struct ast_comment* next |
Definition at line 62 of file config.c.
Referenced by ast_comment_destroy(), ast_config_text_file_save(), and count_linefeeds_in_comments().