mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 05:19:07 +08:00
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
This commit is contained in:
10
json-c.sym
10
json-c.sym
@@ -18,7 +18,6 @@ JSONC_PRIVATE {
|
|||||||
array_list_new;
|
array_list_new;
|
||||||
array_list_put_idx;
|
array_list_put_idx;
|
||||||
array_list_sort;
|
array_list_sort;
|
||||||
json_pointer_get_internal;
|
|
||||||
json_hex_chars;
|
json_hex_chars;
|
||||||
json_parse_double;
|
json_parse_double;
|
||||||
json_parse_int64;
|
json_parse_int64;
|
||||||
@@ -168,13 +167,12 @@ JSONC_0.15 {
|
|||||||
} JSONC_0.14;
|
} JSONC_0.14;
|
||||||
|
|
||||||
JSONC_0.16 {
|
JSONC_0.16 {
|
||||||
global:
|
# No new symbols in 0.16
|
||||||
json_object_array_insert_idx;
|
|
||||||
json_patch_apply;
|
|
||||||
} JSONC_0.15;
|
} JSONC_0.15;
|
||||||
|
|
||||||
JSONC_0.17 {
|
JSONC_0.17 {
|
||||||
# global:
|
global:
|
||||||
# ...new symbols here...
|
json_object_array_insert_idx;
|
||||||
|
json_patch_apply;
|
||||||
# array_list_insert_idx is intentionally not exported
|
# array_list_insert_idx is intentionally not exported
|
||||||
} JSONC_0.16;
|
} JSONC_0.16;
|
||||||
|
|||||||
Reference in New Issue
Block a user