comparison src/http/ngx_http_spdy.h @ 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 c0f7b94e88ba
children 620808518349
comparison
equal deleted inserted replaced
5224:09d7faaef16f 5225:15a7deeaa19a
184 *out = frame; 184 *out = frame;
185 } 185 }
186 186
187 187
188 void ngx_http_spdy_init(ngx_event_t *rev); 188 void ngx_http_spdy_init(ngx_event_t *rev);
189 void ngx_http_spdy_request_headers_init(); 189 void ngx_http_spdy_request_headers_init(void);
190 190
191 ngx_int_t ngx_http_spdy_read_request_body(ngx_http_request_t *r, 191 ngx_int_t ngx_http_spdy_read_request_body(ngx_http_request_t *r,
192 ngx_http_client_body_handler_pt post_handler); 192 ngx_http_client_body_handler_pt post_handler);
193 193
194 void ngx_http_spdy_close_stream(ngx_http_spdy_stream_t *stream, ngx_int_t rc); 194 void ngx_http_spdy_close_stream(ngx_http_spdy_stream_t *stream, ngx_int_t rc);