aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_log_module.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-07-24 15:09:54 +0000
committerRuslan Ermilov <ru@nginx.com>2012-07-24 15:09:54 +0000
commit1efcca36cc97faa42cfc48128b25c9e1ed748bbd (patch)
treeaa514d2c62978205f2d4216cd51aab049c11d700 /src/http/modules/ngx_http_log_module.c
parent7e72000482b439da9536907a67ccc34cdbb2afef (diff)
downloadnginx-1efcca36cc97faa42cfc48128b25c9e1ed748bbd.tar.gz
nginx-1efcca36cc97faa42cfc48128b25c9e1ed748bbd.zip
Fixed compilation with -Wmissing-prototypes.
Diffstat (limited to 'src/http/modules/ngx_http_log_module.c')
-rw-r--r--src/http/modules/ngx_http_log_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_log_module.c b/src/http/modules/ngx_http_log_module.c
index edb145992..5b9c79986 100644
--- a/src/http/modules/ngx_http_log_module.c
+++ b/src/http/modules/ngx_http_log_module.c
@@ -218,7 +218,7 @@ static ngx_http_log_var_t ngx_http_log_vars[] = {
};
-ngx_int_t
+static ngx_int_t
ngx_http_log_handler(ngx_http_request_t *r)
{
u_char *line, *p;