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>2004-09-21 09:38:28 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-09-21 09:38:28 +0400
commitdd888c4caadfbd94c595e6e39bdb361de82dda9f (patch)
tree70b87e5dded501cf3c7449e4baa98f69a6fd0607 /src/http/ngx_http.h
parente5dabbf077412b8a7a3caf6501e3a410256fcf72 (diff)
nginx-0.0.11-2004-09-21-09:38:28 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index b1f8a7d1b..23a95ed5a 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -57,7 +57,7 @@ typedef struct {
void ngx_http_init_connection(ngx_connection_t *c);
-ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r);
+ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r, ngx_buf_t *b);
ngx_int_t ngx_http_parse_complex_uri(ngx_http_request_t *r);
ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b);