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