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-09-14 16:58:42 +00:00
|
|
|
LI_API gboolean li_config_lua_load(liServer *srv, const gchar *filename, liAction **pact);
|
2008-07-25 12:09:03 +00:00
|
|
|
|
|
|
|
#endif
|