mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 20:41:18 -05:00
added dns_rdatatype_ismeta()
This commit is contained in:
parent
6fe411037d
commit
5cc89b11fa
1 changed files with 11 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue