optimizations, fixes, hacks, psp, ...
[libpicofe.git] / psp / mp3.h
diff --git a/psp/mp3.h b/psp/mp3.h
new file mode 100644 (file)
index 0000000..d95d04b
--- /dev/null
+++ b/psp/mp3.h
@@ -0,0 +1,8 @@
+
+// additional stuff for PSP mp3 decoder implementation
+extern int mp3_last_error;
+
+int  mp3_init(void);
+void mp3_deinit(void);
+
+