]> sjero.net Git - wget/blobdiff - src/ftp-ls.c
[svn] Rewrite parsing and handling of URLs.
[wget] / src / ftp-ls.c
index d7e00ea7bb4a1e9d5d40244824e186bedf0dda8d..91c572e7018a9d3e138e6ebf2ae9bf6d2638c3e3 100644 (file)
@@ -796,7 +796,7 @@ Unsupported listing type, trying Unix listing parser.\n"));
    directories and files on the appropriate host.  The references are
    FTP.  */
 uerr_t
-ftp_index (const char *file, struct urlinfo *u, struct fileinfo *f)
+ftp_index (const char *file, struct url *u, struct fileinfo *f)
 {
   FILE *fp;
   char *upwd;