X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=contrib%2Fpackage%2Fuhttpd%2Fsrc%2Fuhttpd-lua.h;h=2a0d6411c45e4879ec58f59cf93c650772a665b3;hb=0f18174879e121e5c5a64de0e3cb88a9c78e2b37;hp=7596b354d51b03a8af85d1d8ef69b50191e1e594;hpb=87329b4522760f0a4a9a7962a52faf76d2db6f55;p=project%2Fluci.git diff --git a/contrib/package/uhttpd/src/uhttpd-lua.h b/contrib/package/uhttpd/src/uhttpd-lua.h index 7596b354d..2a0d6411c 100644 --- a/contrib/package/uhttpd/src/uhttpd-lua.h +++ b/contrib/package/uhttpd/src/uhttpd-lua.h @@ -15,6 +15,8 @@ lua_State * uh_lua_init(); -void uh_lua_request(struct client *cl, struct http_request *req, lua_State *L); +void uh_lua_request( + struct client *cl, struct http_request *req, lua_State *L +); #endif