From cb35beef2a938b80c9e4b5d6a408eca437aa74db Mon Sep 17 00:00:00 2001 From: Arno Töll Date: Sun, 20 Jul 2014 06:23:00 -1100 Subject: Imported Upstream version 2.4.10 --- modules/lua/lua_apr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/lua/lua_apr.h') diff --git a/modules/lua/lua_apr.h b/modules/lua/lua_apr.h index 8a1428ff..c194f11c 100644 --- a/modules/lua/lua_apr.h +++ b/modules/lua/lua_apr.h @@ -30,7 +30,7 @@ int ap_lua_init(lua_State *L, apr_pool_t * p); -apr_table_t *ap_lua_check_apr_table(lua_State *L, int index); -void ap_lua_push_apr_table(lua_State *L, apr_table_t *t); +req_table_t *ap_lua_check_apr_table(lua_State *L, int index); +void ap_lua_push_apr_table(lua_State *L, req_table_t *t); #endif /* !_LUA_APR_H_ */ -- cgit v1.2.3