X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;fp=src%2Foptions.h;h=1f429906dcdc8378653f3b6de262d6c0753484a7;hp=0be66814209254c403ad834c601abec1b85c9181;hb=b9b510ca5f9c13f8d3f129faae61f324f5c816d5;hpb=04f29f2f08da21cbcebbf86fe98de0522f024c64 diff --git a/src/options.h b/src/options.h index 0be66814..1f429906 100644 --- a/src/options.h +++ b/src/options.h @@ -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;