aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-12-20 20:14:44 +0100
committerKay Sievers <kay.sievers@vrfy.org>2011-12-20 20:14:44 +0100
commit0d40c94a5604334a67ed37fbbe006aaa98c912b0 (patch)
tree437c55172bc40f7667fb2a6b8f1809e64cda85b8
parent14313d9540047338046cc01035408009248bfb1f (diff)
downloadlibabc-0d40c94a5604334a67ed37fbbe006aaa98c912b0.tar.gz
symbol file: include older symbols in newer versions
-rw-r--r--libabc/libabc.sym24
1 files changed, 12 insertions, 12 deletions
diff --git a/libabc/libabc.sym b/libabc/libabc.sym
index a1b588b..f391e8a 100644
--- a/libabc/libabc.sym
+++ b/libabc/libabc.sym
@@ -1,14 +1,3 @@
-LIBABC_3 {
-global:
- abc_thing_ref;
- abc_thing_unref;
- abc_thing_get_ctx;
- abc_thing_new_from_string;
- abc_thing_get_some_list_entry;
-local:
- *;
-};
-
LIBABC_1 {
global:
abc_get_userdata;
@@ -20,5 +9,16 @@ global:
abc_set_log_priority;
abc_new;
local:
- *;
+ *;
};
+
+LIBABC_3 {
+global:
+ abc_thing_ref;
+ abc_thing_unref;
+ abc_thing_get_ctx;
+ abc_thing_new_from_string;
+ abc_thing_get_some_list_entry;
+local:
+ *;
+} LIBABC_1;