14 lines
402 B
C
14 lines
402 B
C
/*************************************************************************
|
|
> 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_policy * verify, const char* profile_path);
|
|
|
|
#endif
|