1212#include "ngx_http_lua_common.h"
1313
1414
15- char * ngx_http_lua_shared_dict (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
16- char * ngx_http_lua_package_cpath (ngx_conf_t * cf , ngx_command_t * cmd ,
15+ char * ngx_http_lua_shared_dict (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
16+ char * ngx_http_lua_package_cpath (ngx_conf_t * cf , ngx_command_t * cmd ,
1717 void * conf );
18- char * ngx_http_lua_package_path (ngx_conf_t * cf , ngx_command_t * cmd ,
18+ char * ngx_http_lua_package_path (ngx_conf_t * cf , ngx_command_t * cmd ,
1919 void * conf );
20- char * ngx_http_lua_content_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
20+ char * ngx_http_lua_content_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
2121 void * conf );
22- char * ngx_http_lua_rewrite_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
22+ char * ngx_http_lua_rewrite_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
2323 void * conf );
24- char * ngx_http_lua_access_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
24+ char * ngx_http_lua_access_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
2525 void * conf );
26- char * ngx_http_lua_log_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
26+ char * ngx_http_lua_log_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
2727 void * conf );
28- char * ngx_http_lua_header_filter_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
28+ char * ngx_http_lua_header_filter_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
2929 void * conf );
30- char * ngx_http_lua_body_filter_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
30+ char * ngx_http_lua_body_filter_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
3131 void * conf );
32- char * ngx_http_lua_init_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
32+ char * ngx_http_lua_init_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
3333 void * conf );
34- char * ngx_http_lua_init_worker_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
34+ char * ngx_http_lua_init_worker_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
3535 void * conf );
36- char * ngx_http_lua_code_cache (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
36+ char * ngx_http_lua_code_cache (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
3737
3838#if defined(NDK ) && NDK
3939
40- char * ngx_http_lua_set_by_lua (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
41- char * ngx_http_lua_set_by_lua_file (ngx_conf_t * cf , ngx_command_t * cmd ,
40+ char * ngx_http_lua_set_by_lua (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
41+ char * ngx_http_lua_set_by_lua_file (ngx_conf_t * cf , ngx_command_t * cmd ,
4242 void * conf );
4343ngx_int_t ngx_http_lua_filter_set_by_lua_inline (ngx_http_request_t * r ,
4444 ngx_str_t * val , ngx_http_variable_value_t * v , void * data );
@@ -47,7 +47,7 @@ ngx_int_t ngx_http_lua_filter_set_by_lua_file(ngx_http_request_t *r,
4747
4848#endif
4949
50- char * ngx_http_lua_rewrite_no_postpone (ngx_conf_t * cf , ngx_command_t * cmd ,
50+ char * ngx_http_lua_rewrite_no_postpone (ngx_conf_t * cf , ngx_command_t * cmd ,
5151 void * conf );
5252
5353
0 commit comments