Change the magic number used to introduce a trie file, so that instead
[sgt/agedu] / httpd.h
diff --git a/httpd.h b/httpd.h
index 1683ebb..d719931 100644 (file)
--- a/httpd.h
+++ b/httpd.h
@@ -8,8 +8,8 @@
 #define HTTPD_AUTH_NONE  4
 
 struct httpd_config {
-    const char *address;
-    int port;
+    const char *address, *port;
+    int closeoneof;
     const char *basicauthdata;
 };