X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=a07c641e96b57b72b9b4fe35e968b80ac82ee593;hp=e8cd8fb2122340cdd8136737eae3adf68b2077ae;hb=cb4003403509b46d2f6ef6936baf969906ff1430;hpb=e59a7ee8ac8a7e31a52ade02cfdb54d341e2bec1 diff --git a/src/options.h b/src/options.h index e8cd8fb2..a07c641e 100644 --- a/src/options.h +++ b/src/options.h @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Needed for FDP. */ #include +#include "host.h" struct options { @@ -152,9 +153,7 @@ 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. */ - + wget_sockaddr *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