Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-09 11:00:45 +0400
committerIgor Sysoev <igor@sysoev.ru>2003-10-09 11:00:45 +0400
commit1342d9cc29de7b6509a44a49cd66d1038d1e6d26 (patch)
tree618ccc0244627bece991abd6a49b354b417e1a21 /src/http/ngx_http.h
parent3ae32483cd9315aef5066e2a06411e9ffb8a5560 (diff)
nginx-0.0.1-2003-10-09-11:00:45 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 4cdd4c608..3cdd120c5 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -54,6 +54,7 @@ void ngx_http_finalize_request(ngx_http_request_t *r, int error);
void ngx_http_set_write_handler(ngx_http_request_t *r);
+int ngx_http_send_last(ngx_http_request_t *r);
void ngx_http_close_request(ngx_http_request_t *r, int error);
void ngx_http_close_connection(ngx_connection_t *c);