X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=90b5919e22801661bb5a6c1234c447e595625396;hp=13b0bf20e41adb426498f318669cd7e00854b0f7;hb=2cfb2d2ef6c8043787d05aae46bcf369235c7d9f;hpb=782742037815f37537214fba701abbec13c7fd13 diff --git a/src/options.h b/src/options.h index 13b0bf20..90b5919e 100644 --- a/src/options.h +++ b/src/options.h @@ -160,6 +160,10 @@ struct options (if not internal) included in the certfile. */ #endif /* HAVE_SSL */ + + int cookies; + char *cookies_input; + char *cookies_output; }; #ifndef OPTIONS_DEFINED_HERE