diff options
| author | liuwentan <[email protected]> | 2023-08-21 17:31:56 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2023-08-21 17:31:56 +0800 |
| commit | ca2e4d6cd221d5bd3bbc965461e276035c5e469b (patch) | |
| tree | 6a6f9f45fcfa4a870bd78fb0251c19cd3df2c15d /include | |
| parent | 8be8f331508e26f294aa2ea3fbda277b907c99f3 (diff) | |
[FEATURE]support enable/disable compile_NOTv4.0.38
Diffstat (limited to 'include')
| -rw-r--r-- | include/maat.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/maat.h b/include/maat.h index a4ab87a..1e9477f 100644 --- a/include/maat.h +++ b/include/maat.h @@ -275,7 +275,9 @@ void maat_state_free(struct maat_state *state); int maat_state_set_scan_district(struct maat_state *state, int table_id, const char *district, size_t district_len); -int maat_state_set_last_scan(struct maat_state *state); +int maat_state_enable_compile_NOT(struct maat_state *state); + +int maat_state_disable_compile_NOT(struct maat_state *state); int maat_state_set_scan_compile_table(struct maat_state *state, int compile_table_id); @@ -304,4 +306,4 @@ int maat_hit_group_compile_id(struct maat *instance, struct maat_hit_group *grou } #endif -#endif
\ No newline at end of file +#endif |
