diff src/http/ngx_http.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 058f01f78761
children e8cdc2989cee
line wrap: on
line diff
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -245,6 +245,9 @@ int ngx_http_init_connection(ngx_connect
 int ngx_http_discard_body(ngx_http_request_t *r);
 
 
+int ngx_http_special_response(ngx_http_request_t *r, int error);
+
+
 extern int  ngx_max_module;
 extern ngx_array_t  ngx_http_servers;