d95d04b4d2acd4b73a2b34697f9b7a1694cc2da6
[libpicofe.git] / psp / mp3.h
1
2 // additional stuff for PSP mp3 decoder implementation
3 extern int mp3_last_error;
4
5 int  mp3_init(void);
6 void mp3_deinit(void);
7
8