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