modified the Curl_perform() proto
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 Aug 2001 06:54:51 +0000 (06:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Aug 2001 06:54:51 +0000 (06:54 +0000)
lib/transfer.h

index 0cda6ad..3254a96 100644 (file)
@@ -22,7 +22,7 @@
  *
  * $Id$
  *****************************************************************************/
-CURLcode Curl_perform(CURL *curl);
+CURLcode Curl_perform(struct UrlData *data);
 
 /* This sets up a forthcoming transfer */
 CURLcode