From 252423a725c4b00bd0670e12f9a968bf57c68bad Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Jan 2004 11:53:43 +0000 Subject: added the missing proto for the still unused quit function --- lib/ftp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/ftp.h b/lib/ftp.h index 3d0ab7dac..262d5da9e 100644 --- a/lib/ftp.h +++ b/lib/ftp.h @@ -32,6 +32,7 @@ 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