Asterisk - The Open Source Telephony Project GIT-master-2070bb5
|
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_comment_destroy(), ast_config_text_file_save2(), count_linefeeds_in_comments(), and localized_config_text_file_save().