summaryrefslogtreecommitdiffstats
path: root/lib/ftp.h
diff options
context:
space:
mode:
authorCurl Upstream <curl-library@cool.haxx.se>2016-11-02 06:34:06 (GMT)
committerBrad King <brad.king@kitware.com>2016-12-05 16:39:32 (GMT)
commit93cc249f3dd7ecd621cd063e4c08bbdb54d971e8 (patch)
tree4cd65530c3a67921921256010ae5ef0a61596e40 /lib/ftp.h
parent202adcfe056681109fe61569ecdb3bd69f0b4f97 (diff)
downloadCMake-93cc249f3dd7ecd621cd063e4c08bbdb54d971e8.zip
CMake-93cc249f3dd7ecd621cd063e4c08bbdb54d971e8.tar.gz
CMake-93cc249f3dd7ecd621cd063e4c08bbdb54d971e8.tar.bz2
curl 2016-11-02 (3c561c65)
Code extracted from: https://github.com/curl/curl.git at commit 3c561c657c2f0e553b19115a506592a8bbd744bc (curl-7_51_0).
Diffstat (limited to 'lib/ftp.h')
-rw-r--r--lib/ftp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ftp.h b/lib/ftp.h
index 2ed5b43..dbd8567 100644
--- a/lib/ftp.h
+++ b/lib/ftp.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -31,7 +31,7 @@ extern const struct Curl_handler Curl_handler_ftp;
extern const struct Curl_handler Curl_handler_ftps;
#endif
-CURLcode Curl_ftpsendf(struct connectdata *, const char *fmt, ...);
+CURLcode Curl_ftpsend(struct connectdata *, const char *cmd);
CURLcode Curl_GetFTPResponse(ssize_t *nread, struct connectdata *conn,
int *ftpcode);
#endif /* CURL_DISABLE_FTP */