X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=5488e2687d6d4ecf1f301f76f47005918b1fde02;hp=a895863792044219535ae93f87e81e22ae9b6816;hb=1f08245076f245547b00b1a6cc2dff0198c1dfab;hpb=8798e255339f2bf958daa69380846f1c9946d8f7 diff --git a/src/options.h b/src/options.h index a8958637..5488e268 100644 --- a/src/options.h +++ b/src/options.h @@ -246,6 +246,9 @@ struct options int ftp_stmlf; /* Force Stream_LF format for binary FTP. */ #endif /* def __VMS */ + bool matchservertimestamps; /* Update downloaded files' timestamps to + match those on server? */ + }; extern struct options opt;