Rename Curl_pretransfersec() to *_second_connect() since it does not just

do pretransfer stuff like Curl_pretransfer().
This commit is contained in:
Daniel Stenberg
2005-02-14 09:30:40 +00:00
parent b98faaa8c0
commit 0a3065a2f2
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
***************************************************************************/
CURLcode Curl_perform(struct SessionHandle *data);
CURLcode Curl_pretransfer(struct SessionHandle *data);
CURLcode Curl_pretransfersec(struct connectdata *conn);
CURLcode Curl_second_connect(struct connectdata *conn);
CURLcode Curl_posttransfer(struct SessionHandle *data);
CURLcode Curl_follow(struct SessionHandle *data, char *newurl, bool retry);
CURLcode Curl_readwrite(struct connectdata *conn, bool *done);