]> sjero.net Git - wget/blobdiff - src/host.h
[svn] Use a typedef for IPv4 address.
[wget] / src / host.h
index 7cd395dcbcb25b5e3fbed93921f53675d30d6d67..f99c636c2ae788a3bf374eddcf7c068cfcd7060a 100644 (file)
@@ -37,7 +37,7 @@ void address_list_release PARAMS ((struct address_list *));
 
 /* This was originally going to be a macro, but then every caller
    would have to #include the netinet stuff.  */
-char *pretty_print_address PARAMS ((const unsigned char *));
+char *pretty_print_address PARAMS ((const void *));
 
 int accept_domain PARAMS ((struct url *));
 int sufmatch PARAMS ((const char **, const char *));