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 52898e413..2a4f71cfe 100644 --- a/libhb/hb_dict.h +++ b/libhb/hb_dict.h @@ -84,6 +84,7 @@ size_t hb_value_array_len(const hb_value_array_t *array); /* hb_value_t */ int hb_value_type(const hb_value_t *value); +int hb_value_is_number(const hb_value_t *value); hb_value_t * hb_value_dup(const hb_value_t *value); void hb_value_incref(hb_value_t *value); void hb_value_decref(hb_value_t *value); |