]> sjero.net Git - wget/blobdiff - src/options.h
Introduce `show_all_dns_entries'.
[wget] / src / options.h
index 05e5894d1119692bb93ac78d6518a00519280f08..252bf81d395650f5ca5ea00948938d7744a450b5 100644 (file)
@@ -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;