mirror of
https://github.com/curl/curl.git
synced 2026-05-30 20:47:30 +03:00
urldata: Fix comment in header
The "connecting" function is used by multiple protocols, not only FTP
This commit is contained in:
parent
d48e6b7f95
commit
daabc91581
1 changed files with 1 additions and 1 deletions
|
|
@ -649,7 +649,7 @@ struct Curl_handler {
|
|||
*/
|
||||
CURLcode (*connect_it)(struct connectdata *, bool *done);
|
||||
|
||||
/* See above. Currently only used for FTP. */
|
||||
/* See above. */
|
||||
CURLcode (*connecting)(struct connectdata *, bool *done);
|
||||
CURLcode (*doing)(struct connectdata *, bool *done);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue