spf_dns_zone.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef INC_SPF_DNS_ZONE
00020 #define INC_SPF_DNS_ZONE
00021
00070 SPF_dns_server_t *SPF_dns_zone_new(SPF_dns_server_t *layer_below,
00071 const char *name, int debug);
00072
00079 SPF_errcode_t SPF_dns_zone_add_str(SPF_dns_server_t *spf_dns_server,
00080 const char *domain, ns_type rr_type,
00081 SPF_dns_stat_t herrno, const char *data);
00082
00083
00084 #endif