Skip to content
Snippets Groups Projects
Commit a8827b1e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Gisle made ftp_mkd static

parent ff40cd71
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment