]> sjero.net Git - wget/blobdiff - src/ftp.h
Make -i work with FTP.
[wget] / src / ftp.h
index a93c1371cfaa447cc463a8dff4d64c11f888ad28..c0ee354a9a5c3dde9b2e3afbd9723856dbe40610 100644 (file)
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -120,7 +120,7 @@ enum wget_ftp_fstatus
 };
 
 struct fileinfo *ftp_parse_ls (const char *, const enum stype);
-uerr_t ftp_loop (struct url *, int *, struct url *, bool, bool);
+uerr_t ftp_loop (struct url *, char **, int *, struct url *, bool, bool);
 
 uerr_t ftp_index (const char *, struct url *, struct fileinfo *);