comparison src/http/modules/ngx_http_static_module.c @ 6922:a72886067bbb

Added missing static specifiers.
author Eran Kornblau <erankor@gmail.com>
date Thu, 02 Mar 2017 08:46:00 -0500
parents c85dfd99a2dd
children 99934aade555
comparison
equal deleted inserted replaced
6921:7fca6f60d5ca 6922:a72886067bbb
12 12
13 static ngx_int_t ngx_http_static_handler(ngx_http_request_t *r); 13 static ngx_int_t ngx_http_static_handler(ngx_http_request_t *r);
14 static ngx_int_t ngx_http_static_init(ngx_conf_t *cf); 14 static ngx_int_t ngx_http_static_init(ngx_conf_t *cf);
15 15
16 16
17 ngx_http_module_t ngx_http_static_module_ctx = { 17 static ngx_http_module_t ngx_http_static_module_ctx = {
18 NULL, /* preconfiguration */ 18 NULL, /* preconfiguration */
19 ngx_http_static_init, /* postconfiguration */ 19 ngx_http_static_init, /* postconfiguration */
20 20
21 NULL, /* create main configuration */ 21 NULL, /* create main configuration */
22 NULL, /* init main configuration */ 22 NULL, /* init main configuration */