diff options
-rw-r--r-- | code/libspeex/include/speex/speex_stereo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/libspeex/include/speex/speex_stereo.h b/code/libspeex/include/speex/speex_stereo.h index a259713..415915d 100644 --- a/code/libspeex/include/speex/speex_stereo.h +++ b/code/libspeex/include/speex/speex_stereo.h @@ -60,7 +60,7 @@ typedef struct SpeexStereoState { #define SPEEX_STEREO_STATE_INIT {1,.5,1,1,0,0} /** Initialise/create a stereo stereo state */ -SpeexStereoState *speex_stereo_state_init(); +SpeexStereoState *speex_stereo_state_init(void); /** Reset/re-initialise an already allocated stereo state */ void speex_stereo_state_reset(SpeexStereoState *stereo); |