projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] uhttpd: support building against openssl instead of cyassl, minor cleanups...
[openwrt.git]
/
package
/
uhttpd
/
src
/
uhttpd-utils.h
diff --git
a/package/uhttpd/src/uhttpd-utils.h
b/package/uhttpd/src/uhttpd-utils.h
index
6a0a395
..
769e5b4
100644
(file)
--- 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;
};
This page took
0.025413 seconds
and
4
git commands to generate.