@@ -39,24 +39,24 @@ ngx_http_output_header_filter_pt ngx_http_rds_json_next_header_filter;
39
39
ngx_http_output_body_filter_pt ngx_http_rds_json_next_body_filter ;
40
40
41
41
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 );
43
43
static char * ngx_http_rds_json_ret (ngx_conf_t * cf , ngx_command_t * cmd ,
44
44
void * conf );
45
45
static void * ngx_http_rds_json_create_loc_conf (ngx_conf_t * cf );
46
46
static char * ngx_http_rds_json_merge_loc_conf (ngx_conf_t * cf , void * parent ,
47
47
void * child );
48
48
static 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 ,
50
50
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 ,
52
52
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 ,
54
54
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 ,
56
56
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 ,
58
58
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 );
60
60
61
61
62
62
static ngx_command_t ngx_http_rds_json_commands [] = {
0 commit comments