This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-verify-policy/scan/include/policy_scan.h
2021-01-28 18:42:19 +08:00

14 lines
402 B
C

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