X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fuhttpd%2Fsrc%2Fuhttpd-lua.h;h=7304665000f11026f59ca9a2c40882fa2d969a61;hp=518c2bc83a41d7922ac33fe9775c7853a479eeb2;hb=af4611d4e02c8a5b0c72cae08c1d944528d63787;hpb=a6722be769be20d3e06d0ca77eac1bd3af6f9593 diff --git a/contrib/package/uhttpd/src/uhttpd-lua.h b/contrib/package/uhttpd/src/uhttpd-lua.h index 518c2bc83..730466500 100644 --- a/contrib/package/uhttpd/src/uhttpd-lua.h +++ b/contrib/package/uhttpd/src/uhttpd-lua.h @@ -38,4 +38,6 @@ void uh_lua_request( struct client *cl, struct http_request *req, lua_State *L ); +void uh_lua_close(lua_State *L); + #endif