extend mmap wrapper functionality
[libpicofe.git] / common / mp3.h
CommitLineData
edbb82f8 1
69dfeea1 2int mp3_find_sync_word(const unsigned char *buf, int size);
3
11f4e722 4#ifdef __GP2X__
edbb82f8 5void mp3_update_local(int *buffer, int length, int stereo);
69dfeea1 6void mp3_start_play_local(void *f, int pos);
11f4e722 7#endif
edbb82f8 8