]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Gisle made ftp_mkd static
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Jun 2004 11:34:53 +0000 (11:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Jun 2004 11:34:53 +0000 (11:34 +0000)
lib/ftp.c

index ff8afcba529d3d2b2dde1e148f542f7dc5990e75..08b1cc3bd8ebe70ee4b13cca5e1f37f7df95a878 100644 (file)
--- 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 */