28 #if !defined(_SPANDSP_FAX_UTILS_H_) 29 #define _SPANDSP_FAX_UTILS_H_ 31 #if defined(__cplusplus) 36 void fax_log_tx_parameters(
t30_state_t *s,
const char *tag);
38 void fax_log_rx_parameters(
t30_state_t *s,
const char *tag);
40 void fax_log_page_transfer_statistics(
t30_state_t *s,
const char *tag);
42 void fax_log_final_transfer_statistics(
t30_state_t *s,
const char *tag);
44 int get_tiff_total_pages(
const char *file);
46 #if defined(__cplusplus) Definition: private/t30.h:35