uhttpd: move Lua and TLS support into loadable plugins
[project/luci.git] / contrib / package / uhttpd / src / uhttpd-lua.h
index 518c2bc..7304665 100644 (file)
@@ -38,4 +38,6 @@ void uh_lua_request(
        struct client *cl, struct http_request *req, lua_State *L
 );
 
        struct client *cl, struct http_request *req, lua_State *L
 );
 
+void uh_lua_close(lua_State *L);
+
 #endif
 #endif