From 863e6c8fd36e6ab922f2c55010a16d2e1c0a79ed Mon Sep 17 00:00:00 2001 From: zhengchao Date: Thu, 22 Sep 2016 15:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=B3=A8=E9=87=8A=EF=BC=8CMA?= =?UTF-8?q?AT=5FOPT=5FSCAN=5FDETAIL=E7=9A=84=E9=BB=98=E8=AE=A4=E5=80=BC?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E4=B8=8E=E5=AE=9E=E7=8E=B0=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/Maat_rule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Maat_rule.h b/inc/Maat_rule.h index a9fed65..655ec82 100644 --- a/inc/Maat_rule.h +++ b/inc/Maat_rule.h @@ -144,7 +144,7 @@ enum MAAT_INIT_OPT MAAT_OPT_PERF_ON, //VALUE is indifferent,SIZE is indifferent.MAAT_OPT_STAT_FILE_PATH must be set.Default: stat OFF. MAAT_OPT_STAT_FILE_PATH, //VALUE is a const char*,MUST end with '\0',SIZE= strlen(string+'\0')+1.DEFAULT: no default. MAAT_OPT_SCAN_DETAIL //VALUE is interger,SIZE=sizeof(int). 0: not return any detail;1: return hit pos, not include regex grouping; - // 2 return hit pos and regex grouping pos;DEFAULT:2 + // 2 return hit pos and regex grouping pos;DEFAULT:0 }; //return -1 if failed, return 0 on success; int Maat_set_feather_opt(Maat_feather_t feather,enum MAAT_INIT_OPT type,const void* value,int size);