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

Added missing static specifiers.
author Eran Kornblau <erankor@gmail.com>
date Thu, 02 Mar 2017 08:46:00 -0500
parents fcb0420f90de
children
comparison
equal deleted inserted replaced
6921:7fca6f60d5ca 6922:a72886067bbb
121 static char *ngx_http_charset_merge_loc_conf(ngx_conf_t *cf, 121 static char *ngx_http_charset_merge_loc_conf(ngx_conf_t *cf,
122 void *parent, void *child); 122 void *parent, void *child);
123 static ngx_int_t ngx_http_charset_postconfiguration(ngx_conf_t *cf); 123 static ngx_int_t ngx_http_charset_postconfiguration(ngx_conf_t *cf);
124 124
125 125
126 ngx_str_t ngx_http_charset_default_types[] = { 126 static ngx_str_t ngx_http_charset_default_types[] = {
127 ngx_string("text/html"), 127 ngx_string("text/html"),
128 ngx_string("text/xml"), 128 ngx_string("text/xml"),
129 ngx_string("text/plain"), 129 ngx_string("text/plain"),
130 ngx_string("text/vnd.wap.wml"), 130 ngx_string("text/vnd.wap.wml"),
131 ngx_string("application/javascript"), 131 ngx_string("application/javascript"),