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

Add dns_name_dynamic() declaration.

This commit is contained in:
Mark Andrews 1999-10-13 22:15:15 +00:00
parent 259ce22ab3
commit 263a376eaa

View File

@ -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
#endif /* DNS_NAME_H */