Gisle made ftp_mkd static
This commit is contained in:
parent
ff40cd71ac
commit
a8827b1ed6
@ -2564,7 +2564,7 @@ CURLcode Curl_ftp_disconnect(struct connectdata *conn)
|
|||||||
*
|
*
|
||||||
* Calls failf()
|
* Calls failf()
|
||||||
*/
|
*/
|
||||||
CURLcode ftp_mkd(struct connectdata *conn, char *path)
|
static CURLcode ftp_mkd(struct connectdata *conn, char *path)
|
||||||
{
|
{
|
||||||
CURLcode result=CURLE_OK;
|
CURLcode result=CURLE_OK;
|
||||||
int ftpcode; /* for ftp status */
|
int ftpcode; /* for ftp status */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user