]> sjero.net Git - wget/blobdiff - src/ftp.h
[svn] Provide correct prototype for ftp_parse_ls(). Pointed out by Bernhard Simon
[wget] / src / ftp.h
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 *);