From 9fa464aa94abc4bfdaa87675d94c4175d8c151fb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 14 Aug 2001 08:25:08 +0000 Subject: Curl_ftpsendf's third argument is now a const char * --- lib/ftp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ftp.h b/lib/ftp.h index ae923cdfe..bce339563 100644 --- a/lib/ftp.h +++ b/lib/ftp.h @@ -28,7 +28,7 @@ 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, ...); +size_t Curl_ftpsendf(int fd, struct connectdata *, const char *fmt, ...); /* The kerberos stuff needs this: */ int Curl_GetFTPResponse(int sockfd, char *buf, -- cgit v1.2.3