commit | 2a2d2b5094ee88dba5984eddfc4135b66bb8007e | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Jan 30 18:21:39 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Jan 30 18:21:39 2003 +0000 |
tree | c8f15571d41075aa7fd0558273ef817934468c6c | |
parent | 86de4cbef5f075840406e24e16a2b1417f721bb3 [diff] [blame] |
nginx-0.0.1-2003-01-30-21:21:39 import
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 522cb25..c4d15ca 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h
@@ -85,6 +85,8 @@ int ngx_http_core_translate_handler(ngx_http_request_t *r); +int ngx_http_error(ngx_http_request_t *r, int error); +int ngx_http_close_request(ngx_http_request_t *r); #endif /* _NGX_HTTP_CORE_H_INCLUDED_ */