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