From 6d0069a0cf7ac457281f2005fc8b87373d0090db Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Sun, 6 Oct 2013 20:26:24 -0500 Subject: [PATCH] add missing decel for last spandsp commit --- libs/spandsp/src/spandsp/fax_modems.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/spandsp/src/spandsp/fax_modems.h b/libs/spandsp/src/spandsp/fax_modems.h index 73a85de9b4..2ffb7be7c5 100644 --- a/libs/spandsp/src/spandsp/fax_modems.h +++ b/libs/spandsp/src/spandsp/fax_modems.h @@ -99,6 +99,8 @@ SPAN_DECLARE(void) fax_modems_set_tx_handler(fax_modems_state_t *s, span_tx_hand SPAN_DECLARE(void) fax_modems_set_next_tx_handler(fax_modems_state_t *s, span_tx_handler_t handler, void *user_data); +SPAN_DECLARE(int) fax_modems_set_next_tx_type(fax_modems_state_t *s); + SPAN_DECLARE(int) fax_modems_restart(fax_modems_state_t *s); /*! Get a pointer to the logging context associated with a FAX modems context.