diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-02 11:34:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-02 11:34:53 +0000 |
commit | a8827b1ed6150d8dc80348a58ed9f1e20a21739d (patch) | |
tree | 53b16432c1e04dcc05a83d719e6453cb9b3d6f82 /lib | |
parent | ff40cd71ac63f345ee40167176232f9d9d209914 (diff) |
Gisle made ftp_mkd static
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |