mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Added the disconnect proto
This commit is contained in:
parent
415d2e7cb7
commit
a3ba6b7a6a
@ -26,12 +26,10 @@
|
|||||||
CURLcode Curl_ftp(struct connectdata *conn);
|
CURLcode Curl_ftp(struct connectdata *conn);
|
||||||
CURLcode Curl_ftp_done(struct connectdata *conn);
|
CURLcode Curl_ftp_done(struct connectdata *conn);
|
||||||
CURLcode Curl_ftp_connect(struct connectdata *conn);
|
CURLcode Curl_ftp_connect(struct connectdata *conn);
|
||||||
|
CURLcode Curl_ftp_disconnect(struct connectdata *conn);
|
||||||
|
|
||||||
size_t Curl_ftpsendf(int fd, struct connectdata *, char *fmt, ...);
|
size_t Curl_ftpsendf(int fd, struct connectdata *, char *fmt, ...);
|
||||||
|
|
||||||
struct curl_slist *curl_slist_append(struct curl_slist *list, char *data);
|
|
||||||
void curl_slist_free_all(struct curl_slist *list);
|
|
||||||
|
|
||||||
/* The kerberos stuff needs this: */
|
/* The kerberos stuff needs this: */
|
||||||
int Curl_GetFTPResponse(int sockfd, char *buf,
|
int Curl_GetFTPResponse(int sockfd, char *buf,
|
||||||
struct connectdata *conn,
|
struct connectdata *conn,
|
||||||
|
Loading…
Reference in New Issue
Block a user