aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-03 11:41:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-03 11:41:05 +0000
commitea81dd9e2e163f096df884b22e823f1a0e8569f0 (patch)
treecc19b3a0d6d32dcf486bfb1a731ea15099333ed1 /lib/transfer.h
parent7dcb1027332e26f59dea184c4755272311195874 (diff)
Alexander Krasnostavsky's FTP third party transfer (proxy) support
Diffstat (limited to 'lib/transfer.h')
-rw-r--r--lib/transfer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/transfer.h b/lib/transfer.h
index 422bb064c..ddcca06c1 100644
--- a/lib/transfer.h
+++ b/lib/transfer.h
@@ -24,6 +24,7 @@
***************************************************************************/
CURLcode Curl_perform(struct SessionHandle *data);
CURLcode Curl_pretransfer(struct SessionHandle *data);
+CURLcode Curl_pretransfersec(struct connectdata *conn);
CURLcode Curl_posttransfer(struct SessionHandle *data);
CURLcode Curl_follow(struct SessionHandle *data, char *newurl);
CURLcode Curl_readwrite(struct connectdata *conn, bool *done);