mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Reformat mod_lua according to the HTTP Server Project C Style Guide:
<http://httpd.apache.org/dev/styleguide.html> No functional changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728516 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
#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);
|
||||
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_ */
|
||||
|
Reference in New Issue
Block a user