acl/app/jaws/plugin/http_access/html_template.h

17 lines
465 B
C
Raw Normal View History

#ifndef __HTML_TEMPLATE_INCLUDE_H__
2014-11-19 00:25:21 +08:00
#define __HTML_TEMPLATE_INCLUDE_H__
/* in html_template.c */
extern char HTTP_REPLY_DNS_ERR[];
extern char HTTP_REPLY_TIMEOUT[];
extern char HTTP_REPLY_ERROR[];
extern char HTTP_REQUEST_INVALID[];
extern char HTTP_REQUEST_LOOP[];
extern char HTTP_CONNECT_ERROR[];
extern char HTTP_CONNECT_TIMEOUT[];
extern char HTTP_REQUEST_DENY[];
extern char HTTP_REQUEST_NOFOUND[];
extern char HTTP_INTERNAL_ERROR[];
#endif