unify helix mp3 code, some sound adjustments
[libpicofe.git] / common / mp3.h
index aef65ff..31b8d6f 100644 (file)
@@ -1,6 +1,6 @@
 
 #ifdef __GP2X__
 void mp3_update_local(int *buffer, int length, int stereo);
-void mp3_start_local(void);
+void mp3_start_play_local(FILE *f, int pos);
 #endif