X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fftp.h;h=f0d5dc08b50052fa6876ababaaa6560083deb0ee;hp=5d94807cd26d9e552721660f84195914d6f4264a;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=86395b297b58c8c9b43d7ca8c42b831d4926dac6 diff --git a/src/ftp.h b/src/ftp.h index 5d94807c..f0d5dc08 100644 --- a/src/ftp.h +++ b/src/ftp.h @@ -1,6 +1,6 @@ /* Declarations for FTP support. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -60,7 +60,7 @@ uerr_t ftp_type (int, int); uerr_t ftp_cwd (int, const char *); uerr_t ftp_retr (int, const char *); uerr_t ftp_rest (int, wgint); -uerr_t ftp_list (int, const char *); +uerr_t ftp_list (int, const char *, enum stype); uerr_t ftp_syst (int, enum stype *); uerr_t ftp_pwd (int, char **); uerr_t ftp_size (int, const char *, wgint *);