| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <res_fax.h>

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