]> sjero.net Git - wget/blobdiff - src/options.h
Add options for enabling IRI support and forcing some encodings
[wget] / src / options.h
index 6a6badb0dab4d5f0e9ea9e5d1a4da70c43b8477d..2927a37cf6a2307d2437777baf8255eecb1fd268 100644 (file)
@@ -237,6 +237,12 @@ struct options
   bool content_disposition;    /* Honor HTTP Content-Disposition header. */
   bool auth_without_challenge;  /* Issue Basic authentication creds without
                                    waiting for a challenge. */
+
+#ifdef ENABLE_IRI
+  bool enable_iri;
+  char *encoding_remote;
+  char *locale;
+#endif
 };
 
 extern struct options opt;