X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fhost.h;h=8666c08c7e05112c6dd024c284a66f888230774e;hb=8ccc51e5afc854116094d9d827209218b1f47174;hp=1bb514ca13e5c56a69dcd6c2af8f09632bd9bb29;hpb=4a960c0a4c96e8d06731e74cc8bff4d71fc91c5d;p=wget diff --git a/src/host.h b/src/host.h index 1bb514ca..8666c08c 100644 --- a/src/host.h +++ b/src/host.h @@ -90,16 +90,9 @@ typedef struct { #define ADDRESS_IPV6_DATA(x) ((void *)&(x)->u.ipv6.addr) #define ADDRESS_IPV6_SCOPE(x) ((x)->u.ipv6.scope_id) - -/* Flags for lookup_host */ -#define LH_SILENT 0x0001 -#define LH_PASSIVE 0x0002 -#define LH_IPV4_ONLY 0x0004 -#define LH_IPV6_ONLY 0x0008 - /* Function declarations */ struct address_list *lookup_host PARAMS ((const char *, int)); -char *herrmsg PARAMS ((int)); +struct address_list *lookup_host_passive PARAMS ((const char *)); void forget_host_lookup PARAMS ((const char *));