diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-30 22:09:42 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-30 22:09:42 +0100 |
commit | 32760c47e28d2a4313359cbff4bd93c905cc85dd (patch) | |
tree | f3773931b255fd3a29a32cc761ae50054fadbffd /uhttpd.h | |
parent | b660d584ca45e74f15711471be3ce9618cdc8d7e (diff) |
add more command line options
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ struct config { int tcp_keepalive; int max_requests; int http_keepalive; + int script_timeout; }; struct auth_realm { |