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 64 of file config.c.
char cmt[0] |
Definition at line 66 of file config.c.
Referenced by ALLOC_COMMENT(), and config_text_file_save().
struct ast_comment* next [read] |
Definition at line 65 of file config.c.
Referenced by ast_destroy_comment(), and config_text_file_save().