uhttpd: added uhttpd.docroot
[openwrt/svn-archive/archive.git] / package / uhttpd / src / uhttpd-lua.h
index 7304665000f11026f59ca9a2c40882fa2d969a61..2d2f73c1c2ab86482ff0401a4d28c5bca27f21c1 100644 (file)
@@ -32,7 +32,7 @@
 #define UH_LUA_ERR_PARAM   -3
 
 
-lua_State * uh_lua_init();
+lua_State * uh_lua_init(const struct config *conf);
 
 void uh_lua_request(
        struct client *cl, struct http_request *req, lua_State *L