diff options
author | John Stebbins <[email protected]> | 2019-04-17 09:33:31 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-04-17 09:33:31 -0600 |
commit | f96678482e066da83cb6927b150c53bce4e1009a (patch) | |
tree | 0180744a80f0862dddbb8ce129352ed4da743a7b /libhb/param.h | |
parent | 9582c349bbf51453d6eec93e4ee68b1ccd920078 (diff) |
LinGui: fix additional mingw gtk UI build issues
Diffstat (limited to 'libhb/param.h')
-rw-r--r-- | libhb/param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/param.h b/libhb/param.h index d0d5cb9c4..378c5e578 100644 --- a/libhb/param.h +++ b/libhb/param.h @@ -26,6 +26,7 @@ hb_dict_t * hb_generate_filter_settings(int filter_id, const char *preset, char * hb_generate_filter_settings_json(int filter_id, const char *preset, const char *tune, const char *custom); +int hb_validate_param_string(const char *regex_pattern, const char *param_string); int hb_validate_filter_preset(int filter_id, const char *preset, const char *tune, const char *custom); int hb_validate_filter_settings(int filter_id, const hb_dict_t *settings); |