mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Add dns_name_dynamic() declaration.
This commit is contained in:
@@ -975,6 +975,20 @@ dns_name_digest(dns_name_t *name, dns_digestfunc_t digest, void *arg);
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
isc_boolean_t
|
||||||
|
dns_name_dynamic(dns_name_t *name);
|
||||||
|
/*
|
||||||
|
* Returns whether there is dynamic memory associated with this name.
|
||||||
|
*
|
||||||
|
* Requires:
|
||||||
|
*
|
||||||
|
* 'name' is a valid name.
|
||||||
|
*
|
||||||
|
* Returns:
|
||||||
|
*
|
||||||
|
* 'ISC_TRUE' if the name is dynamic othewise 'ISC_FALSE'.
|
||||||
|
*/
|
||||||
|
|
||||||
ISC_LANG_ENDDECLS
|
ISC_LANG_ENDDECLS
|
||||||
|
|
||||||
#endif /* DNS_NAME_H */
|
#endif /* DNS_NAME_H */
|
||||||
|
Reference in New Issue
Block a user