From: Anthony Minessale Date: Mon, 4 Jun 2007 15:26:10 +0000 (+0000) Subject: update X-Git-Tag: v1.0.6~38^3~706 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce109b93771bbf1ea7c5efa0913ec2171ccaeb6;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.openzap.org/svn/openzap/trunk@206 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/freetdm/src/dsp/fsk.c b/libs/freetdm/src/dsp/fsk.c index e2d0360b77..8f4dfcad05 100644 --- a/libs/freetdm/src/dsp/fsk.c +++ b/libs/freetdm/src/dsp/fsk.c @@ -39,7 +39,7 @@ #include #include -#include "bell202.h" +#include "fsk.h" #include "uart.h" #ifndef M_PI diff --git a/libs/freetdm/src/dsp/uart.h b/libs/freetdm/src/dsp/uart.h index 91b2bd0880..368eb7aafa 100644 --- a/libs/freetdm/src/dsp/uart.h +++ b/libs/freetdm/src/dsp/uart.h @@ -35,7 +35,7 @@ #ifndef __UART_H__ #define __UART_H__ -typedef void (*bytehandler_func_t) (void *, int); +#include typedef struct dsp_uart_attr_s {