mp3.h 157 B

12345678
  1. // additional stuff for PSP mp3 decoder implementation
  2. extern int mp3_last_error;
  3. int mp3_init(void);
  4. void mp3_deinit(void);
  5. void mp3_reopen_file(void);