X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=4574ab85de7f1ef6c1a2583d8ffe6161d2d98b18;hp=ba39ec4e967d43c641caf2dfdeac8c112ddedc41;hb=44a22c78a76e6733dd4d420a236be0963f00f4c5;hpb=ba09ad3502552573caef7460914229ceddc907fc diff --git a/src/options.h b/src/options.h index ba39ec4e..4574ab85 100644 --- a/src/options.h +++ b/src/options.h @@ -239,6 +239,10 @@ struct options bool content_disposition; /* Honor HTTP Content-Disposition header. */ bool auth_without_challenge; /* Issue Basic authentication creds without waiting for a challenge. */ + + bool enable_iri; + char *encoding_remote; + char *locale; }; extern struct options opt;