X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=252bf81d395650f5ca5ea00948938d7744a450b5;hp=05e5894d1119692bb93ac78d6518a00519280f08;hb=1f0642848394f4873893207325d91c79007d2312;hpb=5db59de365d479c8796b97f6906b84e0e8f3b021 diff --git a/src/options.h b/src/options.h index 05e5894d..252bf81d 100644 --- a/src/options.h +++ b/src/options.h @@ -253,6 +253,8 @@ struct options bool useservertimestamps; /* Update downloaded files' timestamps to match those on server? */ + bool show_all_dns_entries; /* Show all the DNS entries when resolving a + name. */ }; extern struct options opt;