X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=a895863792044219535ae93f87e81e22ae9b6816;hp=caa7a9cb2959afae7ddefdc278e0c5fe86ede5ee;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=73ff253e371f58dde04ce30f04c59f2000a1b7e5 diff --git a/src/options.h b/src/options.h index caa7a9cb..a8958637 100644 --- a/src/options.h +++ b/src/options.h @@ -88,7 +88,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 */ char *ftp_passwd; /* FTP password */ @@ -233,7 +233,7 @@ struct options prefer_none } prefer_family; /* preferred address family when more than one type is available */ - + bool content_disposition; /* Honor HTTP Content-Disposition header. */ bool auth_without_challenge; /* Issue Basic authentication creds without waiting for a challenge. */