There was an error while loading. Please reload this page.
1 parent 9fe785d commit a2e5b25Copy full SHA for a2e5b25
1 file changed
libclamav_rust/src/sys.rs
@@ -784,8 +784,8 @@ pub struct cl_engine {
784
pub hm_imp: *mut cli_matcher,
785
pub hm_fp: *mut cli_matcher,
786
pub cdb: *mut cli_cdb,
787
- pub allow_list_matcher: *mut regex_matcher,
788
- pub domain_list_matcher: *mut regex_matcher,
+ pub phish_allow_list_matcher: *mut regex_matcher,
+ pub phish_protected_domain_matcher: *mut regex_matcher,
789
pub phishcheck: *mut phishcheck,
790
pub dconf: *mut cli_dconf,
791
pub ftypes: *mut cli_ftype,
0 commit comments