From 1efec6572e461216d202d198bd088f455fa6e759 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 Mar 2001 15:17:09 +0000 Subject: curl_transfer became Curl_perform() to better match the public name and use the correct prefix --- lib/transfer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/transfer.h b/lib/transfer.h index ef3d6da02..8237bec2b 100644 --- a/lib/transfer.h +++ b/lib/transfer.h @@ -22,8 +22,9 @@ * * $Id$ *****************************************************************************/ -CURLcode curl_transfer(CURL *curl); +CURLcode Curl_perform(CURL *curl); +/* This sets up a forthcoming transfer */ CURLcode Curl_Transfer (struct connectdata *data, int sockfd, /* socket to read from or -1 */ -- cgit v1.2.3