comparison src/http/ngx_http_core_module.h @ 58:6b13b1cadabe

nginx-0.0.1-2003-01-30-21:21:39 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Jan 2003 18:21:39 +0000
parents cad6c2f43283
children e8cdc2989cee
comparison
equal deleted inserted replaced
57:a499e0d1f16e 58:6b13b1cadabe
83 83
84 84
85 85
86 int ngx_http_core_translate_handler(ngx_http_request_t *r); 86 int ngx_http_core_translate_handler(ngx_http_request_t *r);
87 87
88 int ngx_http_error(ngx_http_request_t *r, int error);
89 int ngx_http_close_request(ngx_http_request_t *r);
88 90
89 91
90 #endif /* _NGX_HTTP_CORE_H_INCLUDED_ */ 92 #endif /* _NGX_HTTP_CORE_H_INCLUDED_ */