Skip to content

Commit cf81299

Browse files
committed
Update generated sys.rs file
1 parent d91ae78 commit cf81299

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

libclamav_rust/src/sys.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,9 @@ pub struct cli_matcher {
13181318
pub bcomp_metatable: *mut *mut cli_bcomp_meta,
13191319
pub fuzzy_hashmap: fuzzyhashmap_t,
13201320
pub linked_bcs: u32,
1321+
pub trans_array: *mut *mut cli_ac_node,
1322+
pub trans_cnt: size_t,
1323+
pub trans_capacity: size_t,
13211324
pub mempool: *mut mpool_t,
13221325
}
13231326
#[repr(C)]

0 commit comments

Comments
 (0)