mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@295 be3aeb3a-fb24-0410-a615-afba39da0efa
8 lines
130 B
C
8 lines
130 B
C
|
|
// additional stuff for PSP mp3 decoder implementation
|
|
extern int mp3_last_error;
|
|
|
|
int mp3_init(void);
|
|
void mp3_deinit(void);
|
|
|
|
|