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

use the correct prefix
This commit is contained in:
Daniel Stenberg 2001-03-09 15:17:09 +00:00
parent 781dd7a9bf
commit 1efec6572e

View File

@ -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 */