comparison src/http/modules/ngx_http_log_module.c @ 4759:4c36e15651f7

Fixed compilation with -Wmissing-prototypes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:09:54 +0000
parents 956edecaedeb
children 8f1ad536caf1 5cad4cb1f484
comparison
equal deleted inserted replaced
4758:1f908d2dde8d 4759:4c36e15651f7
216 216
217 { ngx_null_string, 0, NULL } 217 { ngx_null_string, 0, NULL }
218 }; 218 };
219 219
220 220
221 ngx_int_t 221 static ngx_int_t
222 ngx_http_log_handler(ngx_http_request_t *r) 222 ngx_http_log_handler(ngx_http_request_t *r)
223 { 223 {
224 u_char *line, *p; 224 u_char *line, *p;
225 size_t len; 225 size_t len;
226 ngx_uint_t i, l; 226 ngx_uint_t i, l;