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-03 19:50:53 +0400
committerIgor Sysoev <igor@sysoev.ru>2003-10-03 19:50:53 +0400
commite677922487a45b840663cf97ef28b37d8cf1ac8c (patch)
treef9987f56d4a33a030081c36585e4bf3671676f73 /src/http/ngx_http.h
parent87a01ea908356173d6387aea2af94ad0fe236bb4 (diff)
nginx-0.0.1-2003-10-03-19:50:53 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 9ccc6f35b..4cdd4c608 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -46,8 +46,8 @@ int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log);
/**/
void ngx_http_init_connection(ngx_connection_t *c);
-int ngx_parse_http_request_line(ngx_http_request_t *r);
-int ngx_parse_http_header_line(ngx_http_request_t *r, ngx_hunk_t *h);
+int ngx_http_parse_request_line(ngx_http_request_t *r);
+int ngx_http_parse_header_line(ngx_http_request_t *r, ngx_hunk_t *h);
int ngx_http_find_server_conf(ngx_http_request_t *r);
void ngx_http_handler(ngx_http_request_t *r);
void ngx_http_finalize_request(ngx_http_request_t *r, int error);