curl_transfer became Curl_perform() to better match the public name and
use the correct prefix
This commit is contained in:
parent
781dd7a9bf
commit
1efec6572e
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user