]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add missing decel for last spandsp commit
authorJeff Lenk <jeff@jefflenk.com>
Mon, 7 Oct 2013 01:26:24 +0000 (20:26 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 7 Oct 2013 01:26:24 +0000 (20:26 -0500)
libs/spandsp/src/spandsp/fax_modems.h

index 73a85de9b45461f9dea489f978683ad17a294327..2ffb7be7c5819ad173ea23c77cc92bc127020072 100644 (file)
@@ -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.