diff options
Diffstat (limited to 'lib/ftp.h')
-rw-r--r-- | lib/ftp.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,6 +1,5 @@ #ifndef __FTP_H #define __FTP_H - /***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | @@ -24,22 +23,15 @@ * $Id$ *****************************************************************************/ -/* MN 06/07/02 */ #ifndef CURL_DISABLE_FTP - 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); - CURLcode Curl_ftpsendf(struct connectdata *, const char *fmt, ...); - -/* The kerberos stuff needs this: */ int Curl_GetFTPResponse(char *buf, struct connectdata *conn, int *ftpcode); - -/* MN 06/07/02 */ +CURLcode Curl_ftp_nextconnect(struct connectdata *conn); #endif - #endif |