删除Maat_rule.h中无用的定义。

This commit is contained in:
zhengchao
2018-11-07 19:19:07 +08:00
parent 05ff016043
commit 9a91d9dd65

View File

@@ -240,11 +240,6 @@ int Maat_similar_scan_string(Maat_feather_t feather,int table_id
void Maat_clean_status(scan_status_t* mid);
struct Maat_rule_ex_t
{
};
typedef void* MAAT_RULE_EX_DATA;
// The idx parameter is the index: this will be the same value returned by Maat_rule_get_ex_new_index() when the functions were initially registered.
// Finally the argl and argp parameters are the values originally passed to the same corresponding parameters when Maat_rule_get_ex_new_index() was called.