]> sjero.net Git - wget/blobdiff - src/options.h
Accept --bit option
[wget] / src / options.h
index 0be66814209254c403ad834c601abec1b85c9181..1f429906dcdc8378653f3b6de262d6c0753484a7 100644 (file)
@@ -266,6 +266,7 @@ struct options
 
   bool show_all_dns_entries; /* Show all the DNS entries when resolving a
                                 name. */
+  bool bits_fmt;              /*Output bandwidth in bits format*/
 };
 
 extern struct options opt;