TSG-792 增加校验条件的命中路径信息

This commit is contained in:
fengweihao
2020-02-18 17:54:15 +08:00
parent c2a5f7b772
commit 2d69e01ae5
4 changed files with 224 additions and 119 deletions

View File

@@ -1,13 +1,13 @@
/*************************************************************************
> File Name: panggu_http.h
> Author:
> Mail:
> Author:
> Mail:
> Created Time: 2019年08月26日 星期一 19时30分49秒
************************************************************************/
#ifndef _PANGGU_HTTP_H
#define _PANGGU_HTTP_H
extern int pangu_policy_init(struct verify_proxy * verify, const char* profile_path);
extern int pangu_policy_init(struct verify_policy * verify, const char* profile_path);
#endif