1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

modified the Curl_perform() proto

This commit is contained in:
Daniel Stenberg 2001-08-15 06:54:51 +00:00
parent bff5f1b944
commit 4999087879

View File

@ -22,7 +22,7 @@
*
* $Id$
*****************************************************************************/
CURLcode Curl_perform(CURL *curl);
CURLcode Curl_perform(struct UrlData *data);
/* This sets up a forthcoming transfer */
CURLcode