]> sjero.net Git - wget/blobdiff - src/ftp.h
[svn] Support FWTK-style proxies.
[wget] / src / ftp.h
index 0da39a36ec6a5c03ea3c1565bbf0677eb0aa50da..2b7628c4016558dcd7f0defca1d8ef7572a99c58 100644 (file)
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -23,6 +23,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Need it for struct rbuf.  */
 #include "rbuf.h"
 
+#include "host.h"
+
 /* System types. */
 enum stype
 {
@@ -103,9 +105,9 @@ enum wget_ftp_fstatus
 };
 
 struct fileinfo *ftp_parse_ls PARAMS ((const char *, const enum stype));
-uerr_t ftp_loop PARAMS ((struct url *, int *));
+uerr_t ftp_loop PARAMS ((struct url *, int *, struct url *));
 
-uerr_t ftp_index (const char *, struct url *, struct fileinfo *);
+uerr_t ftp_index PARAMS ((const char *, struct url *, struct fileinfo *));
 
 char ftp_process_type PARAMS ((const char *));