]> sjero.net Git - wget/commitdiff
[svn] Provide correct prototype for ftp_parse_ls(). Pointed out by Bernhard Simon
authorjanp <devnull@localhost>
Sat, 9 Jun 2001 17:44:07 +0000 (10:44 -0700)
committerjanp <devnull@localhost>
Sat, 9 Jun 2001 17:44:07 +0000 (10:44 -0700)
<bs@bsws.zid.tuwien.ac.at> in <200106071409.QAA08208@bsws.zid.tuwien.ac.at>.

src/ChangeLog
src/ftp.h

index 9753825d61f40bd7a3a8fccdab32759c7e8fe5f9..f5ee64b27a928d569da7f7380c80eb17f32bd18f 100644 (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.
index 9e7db07d56dec4bda814ec35e335e571f162d7bc..718106ced28aac000289c1a3430d150ea15c6a32 100644 (file)
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -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 *);