mirror of
https://github.com/curl/curl.git
synced 2026-07-26 14:17:50 +03:00
Gisle made ftp_mkd static
This commit is contained in:
parent
ff40cd71ac
commit
a8827b1ed6
1 changed files with 1 additions and 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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue