From 7148691394ad01d0b2c3a6500913d230c99652ce Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 26 Jun 2004 03:50:14 +0000 Subject: Merge source cleanups (bug #1911) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3311 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/lpc10/dcbias.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'codecs/lpc10/dcbias.c') diff --git a/codecs/lpc10/dcbias.c b/codecs/lpc10/dcbias.c index b34480a4e..62d774428 100755 --- a/codecs/lpc10/dcbias.c +++ b/codecs/lpc10/dcbias.c @@ -1,6 +1,9 @@ /* $Log$ +Revision 1.15 2004/06/26 03:50:14 markster +Merge source cleanups (bug #1911) + Revision 1.14 2003/02/12 13:59:14 matteo mer feb 12 14:56:57 CET 2003 @@ -16,10 +19,6 @@ Some OSS fixes and a few lpc changes to make it actually work */ -#ifdef P_R_O_T_O_T_Y_P_E_S -extern int dcbias_(integer *len, real *speech, real *sigout); -#endif - /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) @@ -27,14 +26,21 @@ extern int dcbias_(integer *len, real *speech, real *sigout); #include "f2c.h" +#ifdef P_R_O_T_O_T_Y_P_E_S +extern int dcbias_(integer *len, real *speech, real *sigout); +#endif + /* ********************************************************************* */ /* DCBIAS Version 50 */ /* $Log$ - * Revision 1.14 2003/02/12 13:59:14 matteo - * mer feb 12 14:56:57 CET 2003 + * Revision 1.15 2004/06/26 03:50:14 markster + * Merge source cleanups (bug #1911) * +/* Revision 1.14 2003/02/12 13:59:14 matteo +/* mer feb 12 14:56:57 CET 2003 +/* /* Revision 1.1.1.1 2003/02/12 13:59:14 matteo /* mer feb 12 14:56:57 CET 2003 /* -- cgit v1.2.3