aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-22 11:53:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-22 11:53:43 +0000
commit252423a725c4b00bd0670e12f9a968bf57c68bad (patch)
treeffeaeed7398210119a07fd310ccf4f8641537ee0 /lib/ftp.h
parenteaddf3d198d3b891f988b03dc16753da87099804 (diff)
added the missing proto for the still unused quit function
Diffstat (limited to 'lib/ftp.h')
-rw-r--r--lib/ftp.h1
1 files changed, 1 insertions, 0 deletions
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