diff options
Diffstat (limited to 'scan/include/pangu_http.h')
| -rw-r--r-- | scan/include/pangu_http.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scan/include/pangu_http.h b/scan/include/pangu_http.h new file mode 100644 index 0000000..537d958 --- /dev/null +++ b/scan/include/pangu_http.h @@ -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 |
