mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 02:30:44 -04:00
[master] type mismatch
This commit is contained in:
parent
e76f113739
commit
8a5140ab3f
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ dns_catz_entry_detach(dns_catz_zone_t *zone, dns_catz_entry_t **entryp);
|
|||
* \li entryp is not NULL, *entryp is not NULL
|
||||
*/
|
||||
|
||||
isc_result_t
|
||||
isc_boolean_t
|
||||
dns_catz_entry_validate(const dns_catz_entry_t *entry);
|
||||
/*%<
|
||||
* Validate whether entry is correct.
|
||||
|
|
|
|||
Loading…
Reference in a new issue