diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 11:53:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 11:53:43 +0000 |
commit | 252423a725c4b00bd0670e12f9a968bf57c68bad (patch) | |
tree | ffeaeed7398210119a07fd310ccf4f8641537ee0 /lib/ftp.h | |
parent | eaddf3d198d3b891f988b03dc16753da87099804 (diff) | |
download | curl-252423a725c4b00bd0670e12f9a968bf57c68bad.tar.gz |
added the missing proto for the still unused quit function
Diffstat (limited to 'lib/ftp.h')
-rw-r--r-- | lib/ftp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |