1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Gisle made ftp_mkd static

This commit is contained in:
Daniel Stenberg 2004-06-02 11:34:53 +00:00
parent ff40cd71ac
commit a8827b1ed6

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