mirror of
https://github.com/curl/curl.git
synced 2026-07-27 01:27:15 +03:00
added the missing proto for the still unused quit function
This commit is contained in:
parent
eaddf3d198
commit
252423a725
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ CURLcode Curl_ftpsendf(struct connectdata *, const char *fmt, ...);
|
|||
CURLcode Curl_GetFTPResponse(ssize_t *nread, struct connectdata *conn,
|
||||
int *ftpcode);
|
||||
CURLcode Curl_ftp_nextconnect(struct connectdata *conn);
|
||||
CURLcode Curl_ftp_quit(struct connectdata *conn);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue