mirror of
https://github.com/curl/curl.git
synced 2026-05-17 04:56:21 +03:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue