mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@306 be3aeb3a-fb24-0410-a615-afba39da0efa
8 lines
157 B
C
8 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);
|
|
|