* 提交策略验证框架及实现

This commit is contained in:
fengweihao
2019-10-22 15:13:14 +08:00
parent ab92cb8ca9
commit cbc3cc52be
24 changed files with 2859 additions and 0 deletions

13
scan/include/pangu_http.h Normal file
View File

@@ -0,0 +1,13 @@
/*************************************************************************
> File Name: panggu_http.h
> 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);
#endif