mirror of
https://github.com/json-c/json-c.git
synced 2026-04-26 23:59:06 +08:00
Add lh_table_delete_entry_to_tail() and array_list_set_idx() functions.
This commit is contained in:
@@ -17,6 +17,7 @@ JSONC_PRIVATE {
|
||||
array_list_free;
|
||||
array_list_new;
|
||||
array_list_put_idx;
|
||||
array_list_set_idx;
|
||||
array_list_sort;
|
||||
json_hex_chars;
|
||||
json_parse_double;
|
||||
@@ -24,6 +25,7 @@ JSONC_PRIVATE {
|
||||
json_parse_uint64;
|
||||
lh_table_delete;
|
||||
lh_table_delete_entry;
|
||||
lh_table_delete_entry_to_tail;
|
||||
lh_table_free;
|
||||
lh_table_insert;
|
||||
lh_table_insert_w_hash;
|
||||
|
||||
Reference in New Issue
Block a user