summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/uhttpd/src/uhttpd-lua.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-25 02:04:50 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-25 02:04:50 +0000
commitaf4611d4e02c8a5b0c72cae08c1d944528d63787 (patch)
tree321a71c77c3da0c7ee20bae6183e5c89fd35fb25 /contrib/package/uhttpd/src/uhttpd-lua.h
parenta6722be769be20d3e06d0ca77eac1bd3af6f9593 (diff)
uhttpd: move Lua and TLS support into loadable plugins
Diffstat (limited to 'contrib/package/uhttpd/src/uhttpd-lua.h')
-rw-r--r--contrib/package/uhttpd/src/uhttpd-lua.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/package/uhttpd/src/uhttpd-lua.h b/contrib/package/uhttpd/src/uhttpd-lua.h
index 518c2bc83a..7304665000 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