From b5739b3a97318ee52b5069b305e43ea972621b0c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Nov 2000 13:50:17 +0000 Subject: document time fixes --- lib/getinfo.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/getinfo.c') diff --git a/lib/getinfo.c b/lib/getinfo.c index 786692c89..1b3e59767 100644 --- a/lib/getinfo.c +++ b/lib/getinfo.c @@ -84,6 +84,9 @@ CURLcode curl_getinfo(CURL *curl, CURLINFO info, ...) case CURLINFO_HTTP_CODE: *param_longp = data->progress.httpcode; break; + case CURLINFO_FILETIME: + *param_longp = data->progress.filetime; + break; case CURLINFO_HEADER_SIZE: *param_longp = data->header_size; break; -- cgit v1.2.3