From: Daniel Stenberg Date: Wed, 15 Aug 2001 06:54:51 +0000 (+0000) Subject: modified the Curl_perform() proto X-Git-Tag: curl-7_8_1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4999087879be21cc2f0a65edc9f2dd4f877b94d5;p=curl modified the Curl_perform() proto --- 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