2
0
Fork 0
lighttpd2/include/lighttpd/config_lua.h

11 lines
249 B
C
Raw Normal View History

#ifndef _LIGHTTPD_CONFIG_LUA_H_
#define _LIGHTTPD_CONFIG_LUA_H_
#include <lighttpd/base.h>
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);
#endif