]> sjero.net Git - wget/blobdiff - src/options.h
Mass update copyright years.
[wget] / src / options.h
index a895863792044219535ae93f87e81e22ae9b6816..07872ec1bc063da2b1c9bd2e76b506ab3b74a7a6 100644 (file)
@@ -1,6 +1,6 @@
 /* struct options.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -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;