Displaying 1 result from an estimated 1 matches for "oggflac__streamdecod".
Did you mean:
oggflac__streamdecoder
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
....c-dist 2005-05-25 16:07:23.000000000 +0200
+++ src/libOggFLAC/stream_decoder.c 2005-05-25 16:07:27.000000000 +0200
@@ -86,7 +86,7 @@ OggFLAC_API const char * const OggFLAC__
* Class constructor/destructor
*
***********************************************************************/
-OggFLAC_API OggFLAC__StreamDecoder *OggFLAC__stream_decoder_new()
+OggFLAC_API OggFLAC__StreamDecoder *OggFLAC__stream_decoder_new(void)
{
OggFLAC__StreamDecoder *decoder;
--- src/libOggFLAC/seekable_stream_encoder.c-dist 2005-05-25 16:07:23.000000000 +0200
+++ src/libOggFLAC/seekable_stream_encoder.c 2005-05-25 16:07:27.0000...