#ifndef _LIGHTTPD_CONFIG_LUA_H_
#define _LIGHTTPD_CONFIG_LUA_H_
#include <lighttpd/base.h>
LI_API gboolean li_config_lua_load(liServer *srv, const gchar *filename);
#endif