]> sjero.net Git - wget/blobdiff - src/host.c
[svn] Rewrite parsing and handling of URLs.
[wget] / src / host.c
index 087a90c97ec1cb03d1d5c7ad7bc968f642ee19ae..82725d8b695b79bb324cf0b9bf47a75de744c63a 100644 (file)
@@ -327,7 +327,7 @@ same_host (const char *u1, const char *u2)
 /* Determine whether a URL is acceptable to be followed, according to
    a list of domains to accept.  */
 int
-accept_domain (struct urlinfo *u)
+accept_domain (struct url *u)
 {
   assert (u->host != NULL);
   if (opt.domains)