aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ftp.h')
-rw-r--r--lib/ftp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ftp.h b/lib/ftp.h
index 6f91da53f..baf9f40e6 100644
--- a/lib/ftp.h
+++ b/lib/ftp.h
@@ -23,6 +23,10 @@
*
* $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);
@@ -34,4 +38,8 @@ CURLcode Curl_ftpsendf(struct connectdata *, const char *fmt, ...);
int Curl_GetFTPResponse(char *buf, struct connectdata *conn,
int *ftpcode);
+/* MN 06/07/02 */
+#endif
+
+
#endif