X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=a4fa2f0de8bd43841464c97726f66c438b1df45a;hp=6af6033681db14b0e05faa2348a06d2ce331f329;hb=4c1a59ea4807d3d27a41d82e7ab37b6ded92b355;hpb=70d762c4a43f912baa8c2df012afb0319acce043 diff --git a/src/options.h b/src/options.h index 6af60336..a4fa2f0d 100644 --- a/src/options.h +++ b/src/options.h @@ -234,6 +234,8 @@ struct options 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. */ }; extern struct options opt;