#include <res_fax.h>

Data Fields | |
| char | filename [0] |
| struct { | |
| struct ast_fax_document * next | |
| } | next |
| char filename[0] |
Definition at line 103 of file res_fax.h.
Referenced by generate_filenames_string(), receivefax_exec(), and sendfax_exec().
| struct ast_fax_document* next |
Definition at line 102 of file res_fax.h.
Referenced by destroy_session_details(), and generate_filenames_string().
| struct { ... } next |