From 96dde76b99897352aa3d0877a0b621a9e605733e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 May 2000 14:12:12 +0000 Subject: moved here from the newlib branch --- lib/ftp.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/ftp.h') diff --git a/lib/ftp.h b/lib/ftp.h index b7d265927..3eb73e15f 100644 --- a/lib/ftp.h +++ b/lib/ftp.h @@ -40,11 +40,9 @@ * * ------------------------------------------------------------ ****************************************************************************/ -UrgError ftp(struct UrlData *data, - long *bytecountp, - char *ftpuser, - char *ftppasswd, - char *ppath); +CURLcode ftp(struct connectdata *conn); +CURLcode ftp_done(struct connectdata *conn); +CURLcode ftp_connect(struct connectdata *conn); struct curl_slist *curl_slist_append(struct curl_slist *list, char *data); void curl_slist_free_all(struct curl_slist *list); -- cgit v1.2.3