diff options
Diffstat (limited to 'libctf/libctf.ver')
-rw-r--r-- | libctf/libctf.ver | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libctf/libctf.ver b/libctf/libctf.ver index 317913e..7369d63 100644 --- a/libctf/libctf.ver +++ b/libctf/libctf.ver @@ -182,5 +182,9 @@ LIBCTF_1.1 { ctf_dict_close; ctf_parent_dict; + ctf_symbol_next; + ctf_add_objt_sym; + ctf_add_func_sym; + ctf_link_add_linker_symbol; } LIBCTF_1.0; |