X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/28da52f1f5ca0d5b6ec5727413930f28b9598ed9..6f25b662588328caa8032366653896277d99fb9a:/httpd.h diff --git a/httpd.h b/httpd.h index a964e2f..d719931 100644 --- 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; };