[package] uhttpd: redirect to same location with trailing slash appended if directori...
[openwrt/svn-archive/archive.git] / package / uhttpd / src / uhttpd-utils.h
index 6a0a395a9130c0bb89e932f64a54a8cd5ddf143a..769e5b45d6137801f79ce4440e09e691f52d814c 100644 (file)
@@ -52,6 +52,7 @@ struct path_info {
        char *name;
        char *info;
        char *query;
+       int redirected;
        struct stat stat;
 };