| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 85 of file main/config.c.
| char cmt | 
Comment body allocated after struct.
Definition at line 88 of file main/config.c.
Referenced by ALLOC_COMMENT(), ALLOC_COMMENT(), ast_config_text_file_save2(), count_linefeeds_in_comments(), localized_config_text_file_save(), and print_comment().
| struct ast_comment * next | 
Definition at line 86 of file main/config.c.
Referenced by ast_comment_destroy(), ast_config_text_file_save2(), count_linefeeds_in_comments(), localized_config_text_file_save(), and print_comment().