revive GP2X build, update
[picodrive.git] / platform / common / mp3_dummy.c
index 7d0ef9e..0e6a813 100644 (file)
@@ -9,7 +9,7 @@
 #include <stdio.h>
 #include "mp3.h"
 
-int mp3dec_start(void)
+int mp3dec_start(FILE *f, int fpos_start)
 {
        return -1;
 }