diff options
-rw-r--r-- | lib/transfer.h | 3 |
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 */ |