]> sjero.net Git - wget/blobdiff - src/options.h
Automated merge.
[wget] / src / options.h
index a4fa2f0de8bd43841464c97726f66c438b1df45a..723f80a170951e8b1c9e78e2990b5b02b7c22e80 100644 (file)
@@ -85,6 +85,7 @@ struct options
 
   char *user;                  /* Generic username */
   char *passwd;                        /* Generic password */
+  bool ask_passwd;              /* Ask for password? */
   
   bool always_rest;            /* Always use REST. */
   char *ftp_user;              /* FTP username */
@@ -236,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;