summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-28 10:14:04 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-28 10:14:04 +0000
commita427e12619303f5156209462ab3b264facbb199c (patch)
tree97bed9a6b6ea9bef8b475a3ad6f6ed51ba90f652 /src/http/ngx_http.h
parent743760ea35a913efb89287b9f1cb29d38d5ca74b (diff)
downloadnginx-a427e12619303f5156209462ab3b264facbb199c.tar.gz
nginx-a427e12619303f5156209462ab3b264facbb199c.tar.bz2
delete unneeded declaration
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 93c140f07..d6eb263dd 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -114,9 +114,4 @@ extern ngx_http_output_header_filter_pt ngx_http_top_header_filter;
extern ngx_http_output_body_filter_pt ngx_http_top_body_filter;
-/* STUB */
-ngx_int_t ngx_http_log_handler(ngx_http_request_t *r);
-/**/
-
-
#endif /* _NGX_HTTP_H_INCLUDED_ */