]> sjero.net Git - wget/blobdiff - src/options.h
--no-match-server-timestamps -> --no-use-server-timestamps
[wget] / src / options.h
index a895863792044219535ae93f87e81e22ae9b6816..4e5d7203cd19eb48f4b2aa25c92800cb69d72124 100644 (file)
@@ -246,6 +246,9 @@ struct options
   int ftp_stmlf;                /* Force Stream_LF format for binary FTP. */
 #endif /* def __VMS */
 
+  bool useservertimestamps;    /* Update downloaded files' timestamps to
+                                  match those on server? */
+
 };
 
 extern struct options opt;