]> sjero.net Git - wget/blobdiff - src/options.h
Use gnulib's getpass-gnu module for password prompting.
[wget] / src / options.h
index a4fa2f0de8bd43841464c97726f66c438b1df45a..6a6badb0dab4d5f0e9ea9e5d1a4da70c43b8477d 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 */