2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

added dns_rdatatype_ismeta()

This commit is contained in:
Andreas Gustafsson 1999-07-09 12:47:28 +00:00
parent 6fe411037d
commit 5cc89b11fa

View File

@ -427,6 +427,17 @@ void dns_rdata_freestruct(void *source);
* 'source' to point to the structure previously filled in by
* dns_rdata_tostruct().
*/
isc_boolean_t dns_rdatatype_ismeta(dns_rdatatype_t type);
/*
* Find out whether the rdata type 'type' is a meta type
* like ANY or AXFR.
*
* Requires:
* 'type' is a valid rdata type.
*
*/
ISC_LANG_ENDDECLS
#endif /* DNS_RDATA_H */