]> granicus.if.org Git - curl/commitdiff
Added struct fields to deal with time-of-document
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Nov 2000 12:57:16 +0000 (12:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Nov 2000 12:57:16 +0000 (12:57 +0000)
lib/urldata.h

index de16ea17da70f34c34a2a453a963fc4c1701c8f5..a0df9b4ffc01045ddcea382da79b72f5d99a20d8 100644 (file)
@@ -250,6 +250,8 @@ struct Progress {
   double t_connect;
   double t_pretransfer;
   int httpcode;
+  time_t filetime; /* If requested, this is might get set. It may be 0 if
+                      the time was unretrievable */
 
 #define CURR_TIME 5
 
@@ -287,6 +289,7 @@ struct FTP {
 };
 
 struct Configbits {
+  bool get_filetime;
   bool tunnel_thru_httpproxy;
   bool ftp_append;
   bool ftp_ascii;