mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[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:
parent
4f9affe92e
commit
46550636fe
@ -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>
|
2001-06-04 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* version.c: Wget 1.7 is released.
|
* version.c: Wget 1.7 is released.
|
||||||
|
@ -107,7 +107,7 @@ typedef struct
|
|||||||
char *id; /* initial directory */
|
char *id; /* initial directory */
|
||||||
} ccon;
|
} 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_loop PARAMS ((struct urlinfo *, int *));
|
||||||
|
|
||||||
uerr_t ftp_index (const char *, struct urlinfo *, struct fileinfo *);
|
uerr_t ftp_index (const char *, struct urlinfo *, struct fileinfo *);
|
||||||
|
Loading…
Reference in New Issue
Block a user