mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
changes headers_in and headers_out handling in mod_lua to map apr_table_t instances as boxed pointers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -20,6 +20,6 @@
|
||||
|
||||
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);
|
||||
void apl_push_apr_table(lua_State *L, apr_table_t *t);
|
||||
|
||||
#endif /* !_LUA_APR_H_ */
|
||||
|
Reference in New Issue
Block a user