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

9 lines
175 B
C

#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