From a3ba6b7a6a4bf12e22e21dcdfb2359afadf45bb9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 2 Mar 2001 07:44:22 +0000 Subject: Added the disconnect proto --- lib/ftp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/ftp.h') diff --git a/lib/ftp.h b/lib/ftp.h index 3471ec87b..ae923cdfe 100644 --- a/lib/ftp.h +++ b/lib/ftp.h @@ -26,12 +26,10 @@ CURLcode Curl_ftp(struct connectdata *conn); CURLcode Curl_ftp_done(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, ...); -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: */ int Curl_GetFTPResponse(int sockfd, char *buf, struct connectdata *conn, -- cgit v1.2.3