diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-03 11:41:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-03 11:41:05 +0000 |
commit | ea81dd9e2e163f096df884b22e823f1a0e8569f0 (patch) | |
tree | cc19b3a0d6d32dcf486bfb1a731ea15099333ed1 /lib/transfer.h | |
parent | 7dcb1027332e26f59dea184c4755272311195874 (diff) | |
download | curl-ea81dd9e2e163f096df884b22e823f1a0e8569f0.tar.gz |
Alexander Krasnostavsky's FTP third party transfer (proxy) support
Diffstat (limited to 'lib/transfer.h')
-rw-r--r-- | lib/transfer.h | 1 |
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); |