aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-02-01 00:43:20 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-02-01 08:14:46 +0100
commit32e8467a66778d3ffea64ff346d86bf4d9fd3db7 (patch)
tree16d66ba4be457f97471fe67267253471fe0f9512 /lib/transfer.h
parente243d80deaeeceb370cbb39642452c1de3da8e2a (diff)
Curl_perfom: removed
Curl_perfom is no longer used anywhere since the always-multi commit c43127414d89ccb9, and some related functions were used only from within Curl_perfom.
Diffstat (limited to 'lib/transfer.h')
-rw-r--r--lib/transfer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/transfer.h b/lib/transfer.h
index b47422a63..ad4a3acd6 100644
--- a/lib/transfer.h
+++ b/lib/transfer.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -21,7 +21,7 @@
* KIND, either express or implied.
*
***************************************************************************/
-CURLcode Curl_perform(struct SessionHandle *data);
+
CURLcode Curl_pretransfer(struct SessionHandle *data);
CURLcode Curl_second_connect(struct connectdata *conn);
CURLcode Curl_posttransfer(struct SessionHandle *data);