aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp3_decode.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mp3_decode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mp3_decode.h b/src/mp3_decode.h
index c50df55c1..e33cd60c3 100644
--- a/src/mp3_decode.h
+++ b/src/mp3_decode.h
@@ -24,11 +24,12 @@
#ifdef HAVE_MAD
#include "playerData.h"
+#include "inputStream.h"
/* this is primarily used in tag.c */
int getMp3TotalTime(char * file);
-int mp3_decode(OutputBuffer * cb, DecoderControl * dc);
+int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream);
#endif