]> sjero.net Git - wget/blobdiff - src/options.h
[svn] New option --dns-cache.
[wget] / src / options.h
index 518a50def859087382e27ede11b98bd3a03b9f19..e7eff5e2766a663804370c494dbdfeafab905c13 100644 (file)
@@ -70,6 +70,7 @@ struct options
 
   char **domains;              /* See host.c */
   char **exclude_domains;
+  int dns_cache;               /* whether we cache DNS lookups. */
 
   char **follow_tags;           /* List of HTML tags to recursively follow. */
   char **ignore_tags;           /* List of HTML tags to ignore if recursing. */