Skip to content

Commit a2e5b25

Browse files
authored
Merge pull request #1715 from val-ms/update-generated-rust-bindings
Update generated Rust bindings
1 parent 9fe785d commit a2e5b25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libclamav_rust/src/sys.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,8 @@ pub struct cl_engine {
784784
pub hm_imp: *mut cli_matcher,
785785
pub hm_fp: *mut cli_matcher,
786786
pub cdb: *mut cli_cdb,
787-
pub allow_list_matcher: *mut regex_matcher,
788-
pub domain_list_matcher: *mut regex_matcher,
787+
pub phish_allow_list_matcher: *mut regex_matcher,
788+
pub phish_protected_domain_matcher: *mut regex_matcher,
789789
pub phishcheck: *mut phishcheck,
790790
pub dconf: *mut cli_dconf,
791791
pub ftypes: *mut cli_ftype,

0 commit comments

Comments
 (0)