X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=8c2ab176da5622351cf1259f4323d68241b977dc;hp=fcd89376d68c6749c31c1bb307f525793d933824;hb=1396b300550d9b5ca3b4b3e4e3776a1456024f73;hpb=2fbb4936a0f1bb4c79eb0a896115e1d8f495aad5 diff --git a/src/options.h b/src/options.h index fcd89376..8c2ab176 100644 --- a/src/options.h +++ b/src/options.h @@ -146,6 +146,8 @@ 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. */ }; #ifndef OPTIONS_DEFINED_HERE