mirror of
https://github.com/curl/curl.git
synced 2026-05-16 18:06:24 +03:00
modified the Curl_perform() proto
This commit is contained in:
parent
bff5f1b944
commit
4999087879
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
* $Id$
|
||||
*****************************************************************************/
|
||||
CURLcode Curl_perform(CURL *curl);
|
||||
CURLcode Curl_perform(struct UrlData *data);
|
||||
|
||||
/* This sets up a forthcoming transfer */
|
||||
CURLcode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue