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/pangu_http.h

14 lines
403 B
C
Raw Normal View History

2019-10-22 15:13:14 +08:00
/*************************************************************************
> File Name: panggu_http.h
> Author:
> Mail:
> Created Time: 20190826 193049
************************************************************************/
#ifndef _PANGGU_HTTP_H
#define _PANGGU_HTTP_H
extern int pangu_policy_init(struct verify_proxy * verify, const char* profile_path);
#endif