aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-15 06:54:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-15 06:54:51 +0000
commit4999087879be21cc2f0a65edc9f2dd4f877b94d5 (patch)
tree5f2b18e87ce00d050d5af590e791d51c02d97911 /lib/transfer.h
parentbff5f1b9441e9b950ebb25bdb9b61d92ea036c79 (diff)
modified the Curl_perform() proto
Diffstat (limited to 'lib/transfer.h')
-rw-r--r--lib/transfer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.h b/lib/transfer.h
index 0cda6adbb..3254a966b 100644
--- a/lib/transfer.h
+++ b/lib/transfer.h
@@ -22,7 +22,7 @@
*
* $Id$
*****************************************************************************/
-CURLcode Curl_perform(CURL *curl);
+CURLcode Curl_perform(struct UrlData *data);
/* This sets up a forthcoming transfer */
CURLcode