Blame SOURCES/json-c-versioned-symbols.patch

b59827
commit ca454c53a3f39fcd23d9a7d779f56fd06928ab4a
b59827
Author: Tomas Korbar <tkorbar@redhat.com>
b59827
Date:   Mon Sep 13 10:18:44 2021 +0200
b59827
b59827
    Fix symbols
b59827
b59827
diff --git a/json-c.sym b/json-c.sym
b59827
new file mode 100644
b59827
index 0000000..bf78792
b59827
--- /dev/null
b59827
+++ b/json-c.sym
b59827
@@ -0,0 +1,153 @@
b59827
+JSONC_0.14 {
b59827
+  global:
b59827
+    _json_c_set_last_err;
b59827
+    _json_c_strerror;
b59827
+    _json_c_strerror_enable;
b59827
+    array_list_add;
b59827
+    array_list_bsearch;
b59827
+    array_list_del_idx;
b59827
+    array_list_free;
b59827
+    array_list_get_idx;
b59827
+    array_list_length;
b59827
+    array_list_new;
b59827
+    array_list_put_idx;
b59827
+    array_list_sort;
b59827
+    json_c_get_random_seed;
b59827
+    json_c_object_sizeof;
b59827
+    json_c_set_serialization_double_format;
b59827
+    json_c_shallow_copy_default;
b59827
+    json_c_version;
b59827
+    json_c_version_num;
b59827
+    json_c_visit;
b59827
+    json_global_set_string_hash;
b59827
+    json_hex_chars;
b59827
+    json_number_chars;
b59827
+    json_object_array_add;
b59827
+    json_object_array_bsearch;
b59827
+    json_object_array_del_idx;
b59827
+    json_object_array_get_idx;
b59827
+    json_object_array_length;
b59827
+    json_object_array_put_idx;
b59827
+    json_object_array_sort;
b59827
+    json_object_deep_copy;
b59827
+    json_object_double_to_json_string;
b59827
+    json_object_equal;
b59827
+    json_object_free_userdata;
b59827
+    json_object_from_fd;
b59827
+    json_object_from_fd_ex;
b59827
+    json_object_from_file;
b59827
+    json_object_get;
b59827
+    json_object_get_array;
b59827
+    json_object_get_boolean;
b59827
+    json_object_get_double;
b59827
+    json_object_get_int64;
b59827
+    json_object_get_int;
b59827
+    json_object_get_object;
b59827
+    json_object_get_string;
b59827
+    json_object_get_string_len;
b59827
+    json_object_get_type;
b59827
+    json_object_get_uint64;
b59827
+    json_object_get_userdata;
b59827
+    json_object_int_inc;
b59827
+    json_object_is_type;
b59827
+    json_object_iter_begin;
b59827
+    json_object_iter_end;
b59827
+    json_object_iter_equal;
b59827
+    json_object_iter_init_default;
b59827
+    json_object_iter_next;
b59827
+    json_object_iter_peek_name;
b59827
+    json_object_iter_peek_value;
b59827
+    json_object_new_array;
b59827
+    json_object_new_boolean;
b59827
+    json_object_new_double;
b59827
+    json_object_new_double_s;
b59827
+    json_object_new_int64;
b59827
+    json_object_new_int;
b59827
+    json_object_new_null;
b59827
+    json_object_new_object;
b59827
+    json_object_new_string;
b59827
+    json_object_new_string_len;
b59827
+    json_object_new_uint64;
b59827
+    json_object_object_add;
b59827
+    json_object_object_add_ex;
b59827
+    json_object_object_del;
b59827
+    json_object_object_get;
b59827
+    json_object_object_get_ex;
b59827
+    json_object_object_length;
b59827
+    json_object_put;
b59827
+    json_object_set_boolean;
b59827
+    json_object_set_double;
b59827
+    json_object_set_int64;
b59827
+    json_object_set_int;
b59827
+    json_object_set_serializer;
b59827
+    json_object_set_string;
b59827
+    json_object_set_string_len;
b59827
+    json_object_set_uint64;
b59827
+    json_object_set_userdata;
b59827
+    json_object_to_fd;
b59827
+    json_object_to_file;
b59827
+    json_object_to_file_ext;
b59827
+    json_object_to_json_string;
b59827
+    json_object_to_json_string_ext;
b59827
+    json_object_to_json_string_length;
b59827
+    json_object_userdata_to_json_string;
b59827
+    json_parse_double;
b59827
+    json_parse_int64;
b59827
+    json_parse_uint64;
b59827
+    json_pointer_get;
b59827
+    json_pointer_getf;
b59827
+    json_pointer_set;
b59827
+    json_pointer_setf;
b59827
+    json_tokener_error_desc;
b59827
+    json_tokener_free;
b59827
+    json_tokener_get_error;
b59827
+    json_tokener_get_parse_end;
b59827
+    json_tokener_new;
b59827
+    json_tokener_new_ex;
b59827
+    json_tokener_parse;
b59827
+    json_tokener_parse_ex;
b59827
+    json_tokener_parse_verbose;
b59827
+    json_tokener_reset;
b59827
+    json_tokener_set_flags;
b59827
+    json_type_to_name;
b59827
+    json_util_get_last_err;
b59827
+    lh_char_equal;
b59827
+    lh_kchar_table_new;
b59827
+    lh_kptr_table_new;
b59827
+    lh_ptr_equal;
b59827
+    lh_table_delete;
b59827
+    lh_table_delete_entry;
b59827
+    lh_table_free;
b59827
+    lh_table_insert;
b59827
+    lh_table_insert_w_hash;
b59827
+    lh_table_length;
b59827
+    lh_table_lookup;
b59827
+    lh_table_lookup_entry;
b59827
+    lh_table_lookup_entry_w_hash;
b59827
+    lh_table_lookup_ex;
b59827
+    lh_table_new;
b59827
+    lh_table_resize;
b59827
+    mc_debug;
b59827
+    mc_error;
b59827
+    mc_get_debug;
b59827
+    mc_info;
b59827
+    mc_set_debug;
b59827
+    mc_set_syslog;
b59827
+    printbuf_free;
b59827
+    printbuf_memappend;
b59827
+    printbuf_memset;
b59827
+    printbuf_new;
b59827
+    printbuf_reset;
b59827
+    sprintbuf;
b59827
+
b59827
+  local:
b59827
+    *;
b59827
+};
b59827
+
b59827
+JSONC_0.15 {
b59827
+  global:
b59827
+    array_list_new2;
b59827
+    array_list_shrink;
b59827
+    json_object_array_shrink;
b59827
+    json_object_new_array_ext;
b59827
+} JSONC_0.14;