]> sjero.net Git - wget/blobdiff - src/options.h
Automated merge.
[wget] / src / options.h
index 6a6badb0dab4d5f0e9ea9e5d1a4da70c43b8477d..723f80a170951e8b1c9e78e2990b5b02b7c22e80 100644 (file)
@@ -237,6 +237,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;