]> sjero.net Git - wget/blobdiff - src/ftp.h
[svn] Imported Mauro's IPv6 changes.
[wget] / src / ftp.h
index a5e73927f1aac2f19f5af86770389e3732d0d33a..33c4c419210fb50d1bc2263f0725eb44adbd19db 100644 (file)
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -51,8 +51,10 @@ uerr_t ftp_login PARAMS ((struct rbuf *, const char *, const char *));
 uerr_t ftp_port PARAMS ((struct rbuf *));
 uerr_t ftp_pasv PARAMS ((struct rbuf *, ip_address *, unsigned short *));
 #ifdef ENABLE_IPV6
-uerr_t ftp_epsv PARAMS ((struct rbuf *, ip_address *, unsigned short *,
-                        char *));
+uerr_t ftp_lprt PARAMS ((struct rbuf *));
+uerr_t ftp_lpsv PARAMS ((struct rbuf *, ip_address *, unsigned short *));
+uerr_t ftp_eprt PARAMS ((struct rbuf *));
+uerr_t ftp_epsv PARAMS ((struct rbuf *, ip_address *, unsigned short *));
 #endif
 uerr_t ftp_type PARAMS ((struct rbuf *, int));
 uerr_t ftp_cwd PARAMS ((struct rbuf *, const char *));