Skip to content
Snippets Groups Projects
Commit 86d4488c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added struct fields to deal with time-of-document

parent ce1cb29d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment