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

14 lines
402 B
C
Raw Normal View History

2019-10-22 15:13:14 +08:00
/*************************************************************************
2021-01-28 18:42:19 +08:00
> File Name: policy_scan.h
> Author:
> Mail:
2019-10-22 15:13:14 +08:00
> Created Time: 20190826 193049
************************************************************************/
#ifndef _PANGGU_HTTP_H
#define _PANGGU_HTTP_H
2020-10-13 19:17:39 +08:00
extern int proxy_policy_init(struct verify_policy * verify, const char* profile_path);
2019-10-22 15:13:14 +08:00
#endif