From c323969bdd31ec1a397a68b51f847b03f2bd4036 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Apr 2004 13:15:17 +0000 Subject: removed Curl_ftp_quit() as it was turned into a static in ftp.c --- lib/ftp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ftp.h b/lib/ftp.h index 262d5da9e..3d0ab7dac 100644 --- a/lib/ftp.h +++ b/lib/ftp.h @@ -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 -- cgit v1.2.3