2008-07-25 12:09:03 +00:00
|
|
|
#ifndef _LIGHTTPD_CONFIG_LUA_H_
|
|
|
|
#define _LIGHTTPD_CONFIG_LUA_H_
|
|
|
|
|
2008-11-16 20:33:53 +00:00
|
|
|
#include <lighttpd/base.h>
|
2008-07-25 12:09:03 +00:00
|
|
|
|
2009-11-01 14:43:12 +00:00
|
|
|
#include <lualib.h>
|
|
|
|
|
|
|
|
LI_API gboolean li_config_lua_load(lua_State *L, liServer *srv, const gchar *filename, liAction **pact, gboolean allow_setup);
|
2008-07-25 12:09:03 +00:00
|
|
|
|
|
|
|
#endif
|