From: Eric Hawicz Date: Sun, 30 Jul 2023 01:45:16 +0000 (-0400) Subject: Don't export json_pointer_get_internal, move json_object_array_insert_idx and json_pa... X-Git-Tag: json-c-0.17-20230812~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F702%2Fhead;p=thirdparty%2Fjson-c.git Don't export json_pointer_get_internal, move json_object_array_insert_idx and json_patch_apply to the JSONC_0.17 section in json-c.sym --- diff --git a/json-c.sym b/json-c.sym index 15440bf2..c7501bb2 100644 --- a/json-c.sym +++ b/json-c.sym @@ -18,7 +18,6 @@ JSONC_PRIVATE { array_list_new; array_list_put_idx; array_list_sort; - json_pointer_get_internal; json_hex_chars; json_parse_double; json_parse_int64; @@ -168,13 +167,12 @@ JSONC_0.15 { } JSONC_0.14; JSONC_0.16 { - global: - json_object_array_insert_idx; - json_patch_apply; +# No new symbols in 0.16 } JSONC_0.15; JSONC_0.17 { -# global: -# ...new symbols here... + global: + json_object_array_insert_idx; + json_patch_apply; # array_list_insert_idx is intentionally not exported } JSONC_0.16;