mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Merge branch 'aram/catz-remove-redundant-declaration' into 'main'
Remove a redundant ISC_REFCOUNT_DECL in catz.h See merge request isc-projects/bind9!7612
This commit is contained in:
@@ -208,11 +208,6 @@ dns_catz_entry_cmp(const dns_catz_entry_t *ea, const dns_catz_entry_t *eb);
|
|||||||
* \li 'false' if the entries differ.
|
* \li 'false' if the entries differ.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ISC_REFCOUNT_DECL(dns_catz_zone);
|
|
||||||
/*%<
|
|
||||||
* Declare reference counting functions for dns_catz_zone_t.
|
|
||||||
*/
|
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
dns_catz_new_zone(dns_catz_zones_t *catzs, dns_catz_zone_t **catzp,
|
dns_catz_new_zone(dns_catz_zones_t *catzs, dns_catz_zone_t **catzp,
|
||||||
const dns_name_t *name);
|
const dns_name_t *name);
|
||||||
|
Reference in New Issue
Block a user