X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fftp.h;h=2b7628c4016558dcd7f0defca1d8ef7572a99c58;hb=5390ada318a462655c79ef8cfc02d675bab78f7e;hp=b13a319252f47afdf242f808eaa25796f3cb85bc;hpb=278b63093f2fba41569c0dd816b0cab793631667;p=wget diff --git a/src/ftp.h b/src/ftp.h index b13a3192..2b7628c4 100644 --- a/src/ftp.h +++ b/src/ftp.h @@ -105,7 +105,7 @@ 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 PARAMS ((const char *, struct url *, struct fileinfo *));