From ae0a6835bdd6c54e56ce16b7a2727ada3adcccaf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 17 Jan 2001 13:23:01 +0000 Subject: Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h and download.h --- lib/url.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/url.c') 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; -- cgit v1.2.3