Commit 1efec657 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl_transfer became Curl_perform() to better match the public name and

use the correct prefix
parent 781dd7a9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */