aboutsummaryrefslogtreecommitdiffstats
path: root/src/audiofile_decode.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/audiofile_decode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audiofile_decode.h b/src/audiofile_decode.h
index 40296ad96..d0bc8d9be 100644
--- a/src/audiofile_decode.h
+++ b/src/audiofile_decode.h
@@ -25,7 +25,8 @@
#include "playerData.h"
-int audiofile_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);
+int audiofile_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);;
+
int getAudiofileTotalTime(char * file);
#endif /* HAVE_AUDIOFILE */