Data Fields | |
const char * | file |
struct { | |
struct file_version * next | |
} | list |
char * | version |
Definition at line 309 of file asterisk.c.
const char* file |
Definition at line 311 of file asterisk.c.
Referenced by ast_complete_source_filename(), ast_file_version_find(), ast_unregister_file_version(), and handle_show_version_files().
struct { ... } list |
struct file_version* next [read] |
Definition at line 310 of file asterisk.c.
char* version |
Definition at line 312 of file asterisk.c.
Referenced by ast_file_version_find(), and handle_show_version_files().