]> sjero.net Git - wget/blobdiff - src/options.h
--no-match-server-timestamps
[wget] / src / options.h
index a895863792044219535ae93f87e81e22ae9b6816..5488e2687d6d4ecf1f301f76f47005918b1fde02 100644 (file)
@@ -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;