mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 17:30:53 +08:00
9697f95b8f
This reverts commit 15d999759e
.
8 lines
157 B
C
8 lines
157 B
C
#ifndef __HTTP_ACCESS_INCLUDE_H__
|
|
#define __HTTP_ACCESS_INCLUDE_H__
|
|
|
|
void http_access_init(void);
|
|
int http_access_permit(const char *domain);
|
|
|
|
#endif
|