curl_transfer became Curl_perform() to better match the public name and
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Mar 2001 15:17:09 +0000 (15:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Mar 2001 15:17:09 +0000 (15:17 +0000)
use the correct prefix

lib/transfer.h

index ef3d6da..8237bec 100644 (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 */