X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fmp3.h;h=31b8d6f02b799258dc787ac1f0fdfd7650e04754;hb=f6eaae4f09c6abab99692900a31c1df2a06b99af;hp=aef65ff3504aa249515672a9187829a64e3cdfa8;hpb=11f4e72292ab00c686f2a2288e4f1cda3a0f7abd;p=libpicofe.git diff --git a/common/mp3.h b/common/mp3.h index aef65ff..31b8d6f 100644 --- a/common/mp3.h +++ b/common/mp3.h @@ -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