]> sjero.net Git - wget/blobdiff - src/host.h
[svn] Implemented breadth-first retrieval.
[wget] / src / host.h
index 090ef1688951d4a16e14f61c71a9b1ca18ed29b7..95566c583737cb0854af4a0e245025f99a2f15a0 100644 (file)
@@ -27,15 +27,11 @@ struct url;
 struct hostent *ngethostbyname PARAMS ((const char *));
 int store_hostaddress PARAMS ((unsigned char *, const char *));
 
-void clean_hosts PARAMS ((void));
+void host_cleanup PARAMS ((void));
 
-char *realhost PARAMS ((const char *));
-int same_host PARAMS ((const char *, const char *));
 int accept_domain PARAMS ((struct url *));
 int sufmatch PARAMS ((const char **, const char *));
 
-char *ftp_getaddress PARAMS ((void));
-
 char *herrmsg PARAMS ((int));
 
 #endif /* HOST_H */