Add lh_table_delete_entry_to_tail() and array_list_set_idx() functions.

This commit is contained in:
Eric Hawicz
2026-04-24 12:55:46 -04:00
parent 52ddfb35f1
commit fe30bc7e66
5 changed files with 39 additions and 0 deletions

View File

@@ -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;