]> sjero.net Git - wget/blobdiff - src/options.h
Automated merge.
[wget] / src / options.h
index 18f031c4aa0508c7915b41e77eb728154bbfdb96..8dc7fee2ad3d34bd0e79afae75769b6bbb95ad33 100644 (file)
@@ -235,6 +235,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;