aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.h')
-rw-r--r--lib/transfer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/transfer.h b/lib/transfer.h
index ef3d6da02..8237bec2b 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 */