From a8827b1ed6150d8dc80348a58ed9f1e20a21739d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 2 Jun 2004 11:34:53 +0000 Subject: [PATCH] Gisle made ftp_mkd static --- lib/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ftp.c b/lib/ftp.c index ff8afcba5..08b1cc3bd 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -2564,7 +2564,7 @@ CURLcode Curl_ftp_disconnect(struct connectdata *conn) * * Calls failf() */ -CURLcode ftp_mkd(struct connectdata *conn, char *path) +static CURLcode ftp_mkd(struct connectdata *conn, char *path) { CURLcode result=CURLE_OK; int ftpcode; /* for ftp status */