mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Moved header protection to the top.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -15,11 +15,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mod_lua.h"
|
|
||||||
#include "util_varbuf.h"
|
|
||||||
#ifndef _LUA_REQUEST_H_
|
#ifndef _LUA_REQUEST_H_
|
||||||
#define _LUA_REQUEST_H_
|
#define _LUA_REQUEST_H_
|
||||||
|
|
||||||
|
#include "mod_lua.h"
|
||||||
|
#include "util_varbuf.h"
|
||||||
|
|
||||||
AP_LUA_DECLARE(void) ap_lua_load_request_lmodule(lua_State *L, apr_pool_t *p);
|
AP_LUA_DECLARE(void) ap_lua_load_request_lmodule(lua_State *L, apr_pool_t *p);
|
||||||
AP_LUA_DECLARE(void) ap_lua_push_connection(lua_State *L, conn_rec *r);
|
AP_LUA_DECLARE(void) ap_lua_push_connection(lua_State *L, conn_rec *r);
|
||||||
AP_LUA_DECLARE(void) ap_lua_push_server(lua_State *L, server_rec *r);
|
AP_LUA_DECLARE(void) ap_lua_push_server(lua_State *L, server_rec *r);
|
||||||
|
Reference in New Issue
Block a user