mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
added dns_rdatatype_ismeta()
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user