X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/232ec2e0d27cf2d28abffa7b4e71198a6b40f75e..040047ef04833541ea55ddf0285f940bf268d9b8:/package/uhttpd/src/uhttpd-utils.h?ds=inline diff --git a/package/uhttpd/src/uhttpd-utils.h b/package/uhttpd/src/uhttpd-utils.h index 6a0a395a9..769e5b45d 100644 --- a/package/uhttpd/src/uhttpd-utils.h +++ b/package/uhttpd/src/uhttpd-utils.h @@ -52,6 +52,7 @@ struct path_info { char *name; char *info; char *query; + int redirected; struct stat stat; };