add more command line options
[project/uhttpd.git] / uhttpd.h
index 0c1cd8b..c023aff 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -47,6 +47,7 @@ struct config {
        int tcp_keepalive;
        int max_requests;
        int http_keepalive;
        int tcp_keepalive;
        int max_requests;
        int http_keepalive;
+       int script_timeout;
 };
 
 struct auth_realm {
 };
 
 struct auth_realm {