aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-22 13:50:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-22 13:50:17 +0000
commitb5739b3a97318ee52b5069b305e43ea972621b0c (patch)
tree3aaee27a94da752bd37270ccfc04d78a34e58010 /lib/url.c
parent86d4488cc7e8ccd3406b121066f8f6c8b7c7660d (diff)
document time fixes
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/url.c b/lib/url.c
index 878aee1f6..9522034f0 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -365,6 +365,9 @@ CURLcode curl_setopt(CURL *curl, CURLoption option, ...)
case CURLOPT_POST:
data->bits.http_post = va_arg(param, long)?TRUE:FALSE;
break;
+ case CURLOPT_FILETIME:
+ data->bits.get_filetime = va_arg(param, long)?TRUE:FALSE;
+ break;
case CURLOPT_FTPLISTONLY:
data->bits.ftp_list_only = va_arg(param, long)?TRUE:FALSE;
break;