Gisle made ftp_mkd static

This commit is contained in:
Daniel Stenberg 2004-06-02 11:34:53 +00:00
parent ff40cd71ac
commit a8827b1ed6
1 changed files with 1 additions and 1 deletions

View File

@ -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 */