comparison src/http/ngx_http_spdy.c @ 5225:15a7deeaa19a

Use "void" for functions with empty parameter list.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 23 May 2013 15:47:58 +0400
parents 7a015bbda96f
children 7542b72fe4b1
comparison
equal deleted inserted replaced
5224:09d7faaef16f 5225:15a7deeaa19a
2174 return NGX_OK; 2174 return NGX_OK;
2175 } 2175 }
2176 2176
2177 2177
2178 void 2178 void
2179 ngx_http_spdy_request_headers_init() 2179 ngx_http_spdy_request_headers_init(void)
2180 { 2180 {
2181 ngx_uint_t i; 2181 ngx_uint_t i;
2182 ngx_http_spdy_request_header_t *h; 2182 ngx_http_spdy_request_header_t *h;
2183 2183
2184 for (i = 0; i < NGX_SPDY_REQUEST_HEADERS; i++) { 2184 for (i = 0; i < NGX_SPDY_REQUEST_HEADERS; i++) {