Slightly modified patch from James Beal: add --no-eof (or --noeof) as
[sgt/agedu] / httpd.h
diff --git a/httpd.h b/httpd.h
index 1683ebb..a964e2f 100644 (file)
--- a/httpd.h
+++ b/httpd.h
@@ -10,6 +10,7 @@
 struct httpd_config {
     const char *address;
     int port;
+    int closeoneof;
     const char *basicauthdata;
 };