aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-17 13:23:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-17 13:23:01 +0000
commitae0a6835bdd6c54e56ce16b7a2727ada3adcccaf (patch)
treeb65aef21c630e63714f39045789628c5c7d31f41 /lib/url.c
parentf2f11be8ba14006fb47e48eaff5f471b3a737b40 (diff)
Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
and download.h
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/url.c b/lib/url.c
index 3bd3c6ce2..ab50613a3 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -85,7 +85,7 @@
#include "ssluse.h"
#include "hostip.h"
#include "if2ip.h"
-#include "download.h"
+#include "transfer.h"
#include "sendf.h"
#include "getpass.h"
#include "progress.h"
@@ -1063,7 +1063,7 @@ static CURLcode _connect(CURL *curl, CURLconnect **in_connect)
conn->curl_do = file;
/* no done() function */
- result = Transfer(conn, -1, -1, FALSE, NULL, /* no download */
+ result = Curl_Transfer(conn, -1, -1, FALSE, NULL, /* no download */
-1, NULL); /* no upload */
return CURLE_OK;