]> sjero.net Git - wget/blobdiff - src/ftp.h
[svn] Fixed recursive spider mode.
[wget] / src / ftp.h
index eed6bf763c116f1ddc7c7e871c3fc903952789a4..9110d818bbb853930f008835562b65dcb7f2defa 100644 (file)
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -119,7 +119,7 @@ enum wget_ftp_fstatus
 };
 
 struct fileinfo *ftp_parse_ls (const char *, const enum stype);
-uerr_t ftp_loop (struct url *, int *, struct url *);
+uerr_t ftp_loop (struct url *, int *, struct url *, bool, bool);
 
 uerr_t ftp_index (const char *, struct url *, struct fileinfo *);