Skip to content

Commit

Permalink
removed Curl_ftp_quit() as it was turned into a static in ftp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Apr 22, 2004
1 parent 43cbbdb commit c323969
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ftp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit c323969

Please sign in to comment.