添加对MAAT_RULE_SERV_DEFINE的注释

This commit is contained in:
zhengchao
2018-07-05 18:46:56 +08:00
parent f07c810d2c
commit bbee244d23

View File

@@ -236,7 +236,7 @@ int Maat_similar_scan_string(Maat_feather_t feather,int table_id
void Maat_clean_status(scan_status_t* mid);
enum MAAT_RULE_OPT
{
MAAT_RULE_SERV_DEFINE
MAAT_RULE_SERV_DEFINE //VALUE is a char* buffer,SIZE= buffer size.
};
int Maat_read_rule(Maat_feather_t feather, const struct Maat_rule_t* rule, enum MAAT_RULE_OPT type, void* value, int size);
#endif // H_MAAT_RULE_H_INCLUDE