diff options
Diffstat (limited to 'src/ftp.h')
-rw-r--r-- | src/ftp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -169,7 +169,8 @@ enum wget_ftp_fstatus }; struct fileinfo *ftp_parse_ls (const char *, const enum stype); -uerr_t ftp_loop (struct url *, char **, int *, struct url *, bool, bool); +uerr_t ftp_loop (struct url *, struct url *, char **, int *, struct url *, + bool, bool); uerr_t ftp_index (const char *, struct url *, struct fileinfo *); |