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

removed Curl_ftp_quit() as it was turned into a static in ftp.c

parent 43cbbdbe
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ CURLcode Curl_ftpsendf(struct connectdata *, const char *fmt, ...);
CURLcode Curl_GetFTPResponse(ssize_t *nread, struct connectdata *conn,
int *ftpcode);
CURLcode Curl_ftp_nextconnect(struct connectdata *conn);
CURLcode Curl_ftp_quit(struct connectdata *conn);
#endif
#endif
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