diff options
Diffstat (limited to 'libhb/hb_dict.h')
-rw-r--r-- | libhb/hb_dict.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb_dict.h b/libhb/hb_dict.h index 74fc50a58..3984d1a0d 100644 --- a/libhb/hb_dict.h +++ b/libhb/hb_dict.h @@ -43,6 +43,7 @@ int hb_dict_elements(hb_dict_t * dict); /* add value to dictionary. dictionary takes ownership of value */ void hb_dict_set(hb_dict_t * dict, const char * key, hb_value_t * value); +void hb_dict_merge(hb_dict_t * dict, hb_dict_t *value); void hb_dict_case_set(hb_dict_t * dict, const char *key, hb_value_t *value); /* remove value from dictionary. releases reference to value */ |