]> sjero.net Git - wget/blobdiff - src/host.h
[svn] Remove host canonicalization code.
[wget] / src / host.h
index 95566c583737cb0854af4a0e245025f99a2f15a0..5099a314525666bb0fcd5d3b0ba68cdb3f1c5614 100644 (file)
@@ -24,14 +24,12 @@ struct url;
 
 /* Function declarations */
 
-struct hostent *ngethostbyname PARAMS ((const char *));
-int store_hostaddress PARAMS ((unsigned char *, const char *));
-
-void host_cleanup PARAMS ((void));
+int lookup_host PARAMS ((const char *, unsigned char *));
+char *herrmsg PARAMS ((int));
 
 int accept_domain PARAMS ((struct url *));
 int sufmatch PARAMS ((const char **, const char *));
 
-char *herrmsg PARAMS ((int));
+void host_cleanup PARAMS ((void));
 
 #endif /* HOST_H */