summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-22 12:57:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-22 12:57:16 +0000
commit86d4488cc7e8ccd3406b121066f8f6c8b7c7660d (patch)
tree49babf90fe14e23081d8982dc4a5c9067c3ebf4a
parentce1cb29d20e75974ce07d916845d4267f7be4110 (diff)
downloadgnurl-86d4488cc7e8ccd3406b121066f8f6c8b7c7660d.tar.gz
gnurl-86d4488cc7e8ccd3406b121066f8f6c8b7c7660d.tar.bz2
gnurl-86d4488cc7e8ccd3406b121066f8f6c8b7c7660d.zip
Added struct fields to deal with time-of-document
-rw-r--r--lib/urldata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index de16ea17d..a0df9b4ff 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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;