--- src/include/spf_dns.h.orig Tue Nov 14 15:12:24 2006 +++ src/include/spf_dns.h Tue Nov 14 16:22:15 2006 @@ -113,7 +113,7 @@ typedef void (*SPF_dns_destroy_t)(SPF_dn typedef SPF_dns_rr_t *(*SPF_dns_lookup_t)( SPF_dns_server_t *spf_dns_server, const char *domain, - ns_type ns_type, int should_cache + int ns_type, int should_cache ); typedef SPF_errcode_t (*SPF_dns_get_spf_t)( SPF_server_t *spf_server, SPF_request_t *spf_request, @@ -145,13 +145,13 @@ struct SPF_dns_server_struct void SPF_dns_free( SPF_dns_server_t *spf_dns_server ); SPF_dns_rr_t *SPF_dns_lookup( SPF_dns_server_t *spf_dns_server, - const char *domain, ns_type rr_type, + const char *domain, int rr_type, int should_cache ); SPF_dns_rr_t *SPF_dns_rlookup( SPF_dns_server_t *spf_dns_server, - struct in_addr ipv4, ns_type rr_type, + struct in_addr ipv4, int rr_type, int should_cache ); SPF_dns_rr_t *SPF_dns_rlookup6( SPF_dns_server_t *spf_dns_server, - struct in6_addr ipv6, ns_type rr_type, + struct in6_addr ipv6, int rr_type, int should_cache );