From: Daniel Stenberg Date: Fri, 9 Mar 2001 15:17:09 +0000 (+0000) Subject: curl_transfer became Curl_perform() to better match the public name and X-Git-Tag: curl-7_7-beta2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1efec6572e461216d202d198bd088f455fa6e759;p=thirdparty%2Fcurl.git curl_transfer became Curl_perform() to better match the public name and use the correct prefix --- diff --git a/lib/transfer.h b/lib/transfer.h index ef3d6da029..8237bec2b8 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 */