[svn] Provide correct prototype for ftp_parse_ls(). Pointed out by Bernhard Simon

<bs@bsws.zid.tuwien.ac.at> in <200106071409.QAA08208@bsws.zid.tuwien.ac.at>.
This commit is contained in:
janp 2001-06-09 10:44:07 -07:00
parent 4f9affe92e
commit 46550636fe
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-09 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* ftp.h: Provide correct prototype for ftp_parse_ls().
2001-06-04 Hrvoje Niksic <hniksic@arsdigita.com>
* version.c: Wget 1.7 is released.

View File

@ -107,7 +107,7 @@ typedef struct
char *id; /* initial directory */
} ccon;
struct fileinfo *ftp_parse_ls PARAMS ((const char *, enum stype));
struct fileinfo *ftp_parse_ls PARAMS ((const char *, const enum stype));
uerr_t ftp_loop PARAMS ((struct urlinfo *, int *));
uerr_t ftp_index (const char *, struct urlinfo *, struct fileinfo *);