comparison src/http/modules/ngx_http_log_module.c @ 4798:29928279ec9f stable-1.2

Merge of r4760, r4761: -Wmissing-prototypes. Fixed compilation with -Wmissing-prototypes. Added a commented out -Wmissing-prototypes to CFLAGS. It is commented out to not break builds with 3rd party modules.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:07:28 +0000
parents dad38cdaf496
children 8f1ad536caf1 5cad4cb1f484
comparison
equal deleted inserted replaced
4797:d1cea70248c7 4798:29928279ec9f
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;