projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781dd7a
)
curl_transfer became Curl_perform() to better match the public name and
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 9 Mar 2001 15:17:09 +0000
(15:17 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 9 Mar 2001 15:17:09 +0000
(15:17 +0000)
use the correct prefix
lib/transfer.h
patch
|
blob
|
history
diff --git
a/lib/transfer.h
b/lib/transfer.h
index ef3d6da029bac93c84d5bc8b298af6abfa087454..8237bec2b84047a2da7fa3c5610a2292654f3741 100644
(file)
--- a/
lib/transfer.h
+++ b/
lib/transfer.h
@@
-22,8
+22,9
@@
*
* $Id$
*****************************************************************************/
-CURLcode
curl_transfer
(CURL *curl);
+CURLcode
Curl_perform
(CURL *curl);
+/* This sets up a forthcoming transfer */
CURLcode
Curl_Transfer (struct connectdata *data,
int sockfd, /* socket to read from or -1 */