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