aboutsummaryrefslogtreecommitdiffstats
path: root/src/flac_decode.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/flac_decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flac_decode.h b/src/flac_decode.h
index 4858274f8..c7956ca12 100644
--- a/src/flac_decode.h
+++ b/src/flac_decode.h
@@ -25,7 +25,7 @@
#include <stdio.h>
-int flac_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc);
+int flac_decode(OutputBuffer * cb, DecoderControl * dc);
#endif
/* vim:set shiftwidth=8 tabstop=8 expandtab: */