Apache2
lua_config.h
Go to the documentation of this file.
1 
18 #include "mod_lua.h"
19 
20 #ifndef _APL_CONFIG_H_
21 #define _APL_CONFIG_H_
22 
23 void ap_lua_load_config_lmodule(lua_State *L);
24 
26  const char *file,
27  const char *function,
28  const char *pattern,
29  const char *scope);
30 
31 #endif /* !_APL_CONFIG_H_ */
int apr_status_t
Definition: apr_errno.h:44
void ap_lua_load_config_lmodule(lua_State *L)
apr_status_t ap_lua_map_handler(ap_lua_dir_cfg *cfg, const char *file, const char *function, const char *pattern, const char *scope)
Definition: mod_lua.h:115