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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4999087879be21cc2f0a65edc9f2dd4f877b94d5;p=thirdparty%2Fcurl.git modified the Curl_perform() proto --- diff --git a/lib/transfer.h b/lib/transfer.h index 0cda6adbbb..3254a966bb 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