aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-02 11:34:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-02 11:34:53 +0000
commita8827b1ed6150d8dc80348a58ed9f1e20a21739d (patch)
tree53b16432c1e04dcc05a83d719e6453cb9b3d6f82
parentff40cd71ac63f345ee40167176232f9d9d209914 (diff)
Gisle made ftp_mkd static
-rw-r--r--lib/ftp.c2
1 files changed, 1 insertions, 1 deletions
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 */