summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-13 15:20:10 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-13 15:20:10 +0000
commit960100e371cdaa1986929ac8cd2f4f515160c7a6 (patch)
tree55920d61068f8052d2156da10c199f68bfe7deea /src/http/ngx_http_core_module.h
parent0ab9e437145620ea9e44c03173c9e60d9b29475b (diff)
downloadnginx-960100e371cdaa1986929ac8cd2f4f515160c7a6.tar.gz
nginx-960100e371cdaa1986929ac8cd2f4f515160c7a6.tar.bz2
<!--#include virtual=... set=... -->
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index c468fa3ef..bdb3a4a76 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -306,7 +306,7 @@ ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r);
ngx_int_t ngx_http_subrequest(ngx_http_request_t *r,
ngx_str_t *uri, ngx_str_t *args, ngx_http_request_t **sr,
- ngx_chain_t *out, ngx_uint_t flags);
+ ngx_http_post_subrequest_t *psr, ngx_uint_t flags);
ngx_int_t ngx_http_internal_redirect(ngx_http_request_t *r,
ngx_str_t *uri, ngx_str_t *args);