Cross Reference: lua_apr.h
xref
: /
httpd
/
modules
/
lua
/
lua_apr.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
lua_apr.h revision e0e7a4768845d518c21ce98d359d2ba8314832ba
#
ifndef
_LUA_APR_H_
#
define
_LUA_APR_H_
int
apr_lua_init
(
lua_State
*L,
apr_pool_t
*p);
apr_table_t
*
check_apr_table
(
lua_State
* L,
int
index
);
void
apl_push_apr_table
(
lua_State
* L,
const
char
*
name
,
apr_table_t
*t);
#
endif
/* !_LUA_APR_H_ */