aboutsummaryrefslogtreecommitdiff
path: root/libctf/libctf.ver
diff options
context:
space:
mode:
Diffstat (limited to 'libctf/libctf.ver')
-rw-r--r--libctf/libctf.ver6
1 files changed, 6 insertions, 0 deletions
diff --git a/libctf/libctf.ver b/libctf/libctf.ver
index 62f9977..5f5dc57 100644
--- a/libctf/libctf.ver
+++ b/libctf/libctf.ver
@@ -174,3 +174,9 @@ LIBCTF_1.0 {
local:
*;
};
+
+LIBCTF_1.1 {
+ global:
+ ctf_dict_close;
+ ctf_parent_dict;
+} LIBCTF_1.0;