projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ath9k: merge some more pending fixes - should improve throughput
[openwrt.git]
/
package
/
uhttpd
/
src
/
uhttpd.h
diff --git
a/package/uhttpd/src/uhttpd.h
b/package/uhttpd/src/uhttpd.h
index
0e9f1ee
..
32e3970
100644
(file)
--- a/
package/uhttpd/src/uhttpd.h
+++ b/
package/uhttpd/src/uhttpd.h
@@
-32,7
+32,7
@@
#include <linux/limits.h>
#include <netdb.h>
#include <ctype.h>
-
+#include <errno.h>
#include <dlfcn.h>
@@
-64,6
+64,8
@@
struct config {
char docroot[PATH_MAX];
char *realm;
char *file;
+ int no_symlinks;
+ int network_timeout;
#ifdef HAVE_CGI
char *cgi_prefix;
#endif
This page took
0.022625 seconds
and
4
git commands to generate.