summaryrefslogtreecommitdiffstats
path: root/package/uhttpd/src/uhttpd-lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/uhttpd/src/uhttpd-lua.h')
-rw-r--r--package/uhttpd/src/uhttpd-lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/src/uhttpd-lua.h b/package/uhttpd/src/uhttpd-lua.h
index 7304665000..2d2f73c1c2 100644
--- a/package/uhttpd/src/uhttpd-lua.h
+++ b/package/uhttpd/src/uhttpd-lua.h
@@ -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