]> granicus.if.org Git - curl/commitdiff
added the missing proto for the still unused quit function
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jan 2004 11:53:43 +0000 (11:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jan 2004 11:53:43 +0000 (11:53 +0000)
lib/ftp.h

index 3d0ab7dac834905f0177731dfb046ed84fe0edd4..262d5da9eb09c1fa97690ed0360fba8834db43b6 100644 (file)
--- 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