aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-02 07:44:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-02 07:44:22 +0000
commita3ba6b7a6a4bf12e22e21dcdfb2359afadf45bb9 (patch)
tree9ee774b3753550e8790fa3a05d5a4d8c689bd89e /lib/ftp.h
parent415d2e7cb7dd4f40b7c857f0fba23487dcd030a0 (diff)
Added the disconnect proto
Diffstat (limited to 'lib/ftp.h')
-rw-r--r--lib/ftp.h4
1 files changed, 1 insertions, 3 deletions
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,