diff options
Diffstat (limited to 'lib/ftp.h')
-rw-r--r-- | lib/ftp.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -28,11 +28,10 @@ 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 *, const char *fmt, ...); +size_t Curl_ftpsendf(struct connectdata *, const char *fmt, ...); /* The kerberos stuff needs this: */ -int Curl_GetFTPResponse(int sockfd, char *buf, - struct connectdata *conn, +int Curl_GetFTPResponse(char *buf, struct connectdata *conn, int *ftpcode); #endif |