mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2025-12-30 16:28:57 +01:00
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@306 be3aeb3a-fb24-0410-a615-afba39da0efa
9 lines
157 B
C
9 lines
157 B
C
|
|
// additional stuff for PSP mp3 decoder implementation
|
|
extern int mp3_last_error;
|
|
|
|
int mp3_init(void);
|
|
void mp3_deinit(void);
|
|
void mp3_reopen_file(void);
|
|
|