X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Foptions.h;h=d330021868fcea7f99c962622292ce1411aec594;hb=a69cb0c3ad95ccd945154c6a7a3ee28280789bb5;hp=fcbee7045dc79e41666dbefc6d3d367d4f08fecc;hpb=fb7fb36cb8a2cf7fb559f1875f63b0df0239411c;p=wget diff --git a/src/options.h b/src/options.h index fcbee704..d3300218 100644 --- a/src/options.h +++ b/src/options.h @@ -152,14 +152,13 @@ struct options int page_requisites; /* Whether we need to download all files necessary to display a page properly. */ - - struct sockaddr_in *bind_address; /* What local IP address to bind to. */ - + char *bind_address; /* What local IP address to bind to. */ #ifdef HAVE_SSL char *sslcertfile; /* external client cert to use. */ char *sslcertkey; /* the keyfile for this certificate (if not internal) included in the certfile. */ + char *sslegdsock; /* optional socket of the egd daemon */ #endif /* HAVE_SSL */ int cookies;