uhttpd: added uhttpd.docroot
[openwrt/openwrt.git] / package / uhttpd / src / uhttpd.h
index 993bf93af1dc0d436864379fbea730df2d196f00..c03d1ae6510737d9cc10b4c3809cd30dd33f5142 100644 (file)
@@ -83,7 +83,7 @@ struct config {
        char *lua_prefix;
        char *lua_handler;
        lua_State *lua_state;
-       lua_State * (*lua_init) (const char *handler);
+       lua_State * (*lua_init) (const struct config *conf);
        void (*lua_close) (lua_State *L);
        void (*lua_request) (struct client *cl, struct http_request *req, lua_State *L);
 #endif