blob: 102d04893f54db638fef5e750b4e60736459ad40 [file] [log] [blame] [raw]
#ifndef NGX_HTTP_LUA_CONSTS
#define NGX_HTTP_LUA_CONSTS
#include "ngx_http_lua_common.h"
void ngx_http_lua_inject_http_consts(lua_State *L);
void ngx_http_lua_inject_core_consts(lua_State *L);
#endif /* NGX_HTTP_LUA_CONSTS */