Revamp the networking code in httpd.c to support IPv6. Side effects
[sgt/agedu] / httpd.h
diff --git a/httpd.h b/httpd.h
index a964e2f..d719931 100644 (file)
--- a/httpd.h
+++ b/httpd.h
@@ -8,8 +8,7 @@
 #define HTTPD_AUTH_NONE  4
 
 struct httpd_config {
-    const char *address;
-    int port;
+    const char *address, *port;
     int closeoneof;
     const char *basicauthdata;
 };