summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author刘文坛 <[email protected]>2023-08-07 04:26:13 +0000
committer刘文坛 <[email protected]>2023-08-07 04:26:13 +0000
commitd29eef0423be5d4f0f17783d36b2bf3195331ee7 (patch)
treef811d57837615f56a3f6c58e6d74b92322d3b147 /include
parente9ffca839277f9c179cbcdf6450a0d9032064837 (diff)
[FEATURE]Compile table must register plugin table to get compile ex_data & maat_state_get_compile_table_ids APIv4.0.34v4.0.32
Diffstat (limited to 'include')
-rw-r--r--include/maat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/maat.h b/include/maat.h
index 472f970..5099e0a 100644
--- a/include/maat.h
+++ b/include/maat.h
@@ -279,6 +279,9 @@ int maat_state_set_last_scan(struct maat_state *state);
int maat_state_set_scan_compile_table(struct maat_state *state, int compile_table_id);
+int maat_state_get_compile_table_ids(struct maat_state *state, long long *compile_ids,
+ size_t n_compile_ids, int *compile_table_ids);
+
int maat_state_get_hit_paths(struct maat_state *state, struct maat_hit_path *paths,
size_t n_path);