diff options
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 87209f640..08bea5964 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -58,7 +58,7 @@ struct ngx_http_log_ctx_s { ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations, ngx_http_core_loc_conf_t *clcf); ngx_int_t ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, - ngx_http_listen_t *listen); + ngx_http_listen_opt_t *lsopt); void ngx_http_init_connection(ngx_connection_t *c); |
