summaryrefslogtreecommitdiff
path: root/sbc/sbc.sym
diff options
context:
space:
mode:
Diffstat (limited to 'sbc/sbc.sym')
-rw-r--r--sbc/sbc.sym17
1 files changed, 17 insertions, 0 deletions
diff --git a/sbc/sbc.sym b/sbc/sbc.sym
new file mode 100644
index 0000000..b9d6de7
--- /dev/null
+++ b/sbc/sbc.sym
@@ -0,0 +1,17 @@
+SBC_0 {
+global:
+ sbc_init;
+ sbc_reinit;
+ sbc_finish;
+
+ sbc_parse;
+ sbc_decode;
+ sbc_encode;
+
+ sbc_get_frame_length;
+ sbc_get_frame_duration;
+ sbc_get_codesize;
+ sbc_get_implementation_info;
+local:
+ *;
+};