[xiph-commits] r10599 - trunk/speex/include/speex

jm at svn.xiph.org jm at svn.xiph.org
Thu Dec 15 00:14:39 PST 2005


Author: jm
Date: 2005-12-15 00:14:37 -0800 (Thu, 15 Dec 2005)
New Revision: 10599

Modified:
   trunk/speex/include/speex/speex_echo.h
Log:
oops, forgot that


Modified: trunk/speex/include/speex/speex_echo.h
===================================================================
--- trunk/speex/include/speex/speex_echo.h	2005-12-15 06:10:02 UTC (rev 10598)
+++ trunk/speex/include/speex/speex_echo.h	2005-12-15 08:14:37 UTC (rev 10599)
@@ -39,8 +39,9 @@
 #endif
 
 /*struct drft_lookup;*/
-typedef SpeexEchoState;
+struct SpeexEchoState_;
 
+typedef struct SpeexEchoState_ SpeexEchoState;
 
 /** Creates a new echo canceller state */
 SpeexEchoState *speex_echo_state_init(int frame_size, int filter_length);



More information about the commits mailing list