summaryrefslogtreecommitdiff
path: root/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h')
-rw-r--r--apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h b/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h
index dee5a89..68a791b 100644
--- a/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h
+++ b/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h
@@ -392,7 +392,7 @@ typedef void (*FLAC__SeekableStreamDecoderErrorCallback)(const FLAC__SeekableStr
* \retval FLAC__SeekableStreamDecoder*
* \c NULL if there was an error allocating memory, else the new instance.
*/
-FLAC_API FLAC__SeekableStreamDecoder *FLAC__seekable_stream_decoder_new();
+FLAC_API FLAC__SeekableStreamDecoder *FLAC__seekable_stream_decoder_new(void);
/** Free a decoder instance. Deletes the object pointed to by \a decoder.
*