]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 4 Jun 2007 15:26:10 +0000 (15:26 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 4 Jun 2007 15:26:10 +0000 (15:26 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@206 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/dsp/fsk.c
libs/freetdm/src/dsp/uart.h

index e2d0360b77e84a545e75172e3f140e80d1ccca94..8f4dfcad057a5ef3674ba392cf84b71de521b225 100644 (file)
@@ -39,7 +39,7 @@
 #include <errno.h>
 #include <math.h>
 
-#include "bell202.h"
+#include "fsk.h"
 #include "uart.h"
 
 #ifndef M_PI
index 91b2bd08805279655d92bd38154387cba6595de9..368eb7aafa05733a78f787ae4b7906f74ad84f5b 100644 (file)
@@ -35,7 +35,7 @@
 #ifndef        __UART_H__
 #define        __UART_H__
 
-typedef void (*bytehandler_func_t) (void *, int);
+#include <fsk.h>
 
 typedef struct dsp_uart_attr_s
 {