]> granicus.if.org Git - curl/commitdiff
Added the disconnect proto
authorDaniel Stenberg <daniel@haxx.se>
Fri, 2 Mar 2001 07:44:22 +0000 (07:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 2 Mar 2001 07:44:22 +0000 (07:44 +0000)
lib/ftp.h

index 3471ec87b3fd56638738457d509df8e507cc1057..ae923cdfe56a775125e040e7101c2138a2a16f1d 100644 (file)
--- a/lib/ftp.h
+++ b/lib/ftp.h
 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,