@@ -39,24 +39,24 @@ ngx_http_output_header_filter_pt ngx_http_rds_json_next_header_filter;
3939ngx_http_output_body_filter_pt ngx_http_rds_json_next_body_filter ;
4040
4141
42- static void * ngx_http_rds_json_create_main_conf (ngx_conf_t * cf );
42+ static void * ngx_http_rds_json_create_main_conf (ngx_conf_t * cf );
4343static char * ngx_http_rds_json_ret (ngx_conf_t * cf , ngx_command_t * cmd ,
4444 void * conf );
4545static void * ngx_http_rds_json_create_loc_conf (ngx_conf_t * cf );
4646static char * ngx_http_rds_json_merge_loc_conf (ngx_conf_t * cf , void * parent ,
4747 void * child );
4848static ngx_int_t ngx_http_rds_json_filter_init (ngx_conf_t * cf );
49- static char * ngx_http_rds_json_root (ngx_conf_t * cf , ngx_command_t * cmd ,
49+ static char * ngx_http_rds_json_root (ngx_conf_t * cf , ngx_command_t * cmd ,
5050 void * conf );
51- static char * ngx_http_rds_json_success_property (ngx_conf_t * cf ,
51+ static char * ngx_http_rds_json_success_property (ngx_conf_t * cf ,
5252 ngx_command_t * cmd , void * conf );
53- static char * ngx_http_rds_json_user_property (ngx_conf_t * cf ,
53+ static char * ngx_http_rds_json_user_property (ngx_conf_t * cf ,
5454 ngx_command_t * cmd , void * conf );
55- static char * ngx_http_rds_json_errcode_key (ngx_conf_t * cf , ngx_command_t * cmd ,
55+ static char * ngx_http_rds_json_errcode_key (ngx_conf_t * cf , ngx_command_t * cmd ,
5656 void * conf );
57- static char * ngx_http_rds_json_errstr_key (ngx_conf_t * cf , ngx_command_t * cmd ,
57+ static char * ngx_http_rds_json_errstr_key (ngx_conf_t * cf , ngx_command_t * cmd ,
5858 void * conf );
59- static char * ngx_http_rds_json (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
59+ static char * ngx_http_rds_json (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
6060
6161
6262static ngx_command_t ngx_http_rds_json_commands [] = {
0 commit comments