2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

dns_dnssec_findzonekeys should use isc_result_t, not dns_result_t

This commit is contained in:
Brian Wellington
1999-10-11 15:15:39 +00:00
parent 135808ceb1
commit c0ddfabced
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
*/
/*
* $Id: dnssec.c,v 1.8 1999/10/07 21:51:49 bwelling Exp $
* $Id: dnssec.c,v 1.9 1999/10/11 15:15:38 bwelling Exp $
* Principal Author: Brian Wellington
*/
@@ -537,7 +537,7 @@ dns_dnssec_destroy() {
} \
} while (0)
dns_result_t
isc_result_t
dns_dnssec_findzonekeys(dns_db_t *db, dns_dbversion_t *ver, dns_dbnode_t *node,
dns_name_t *name, isc_mem_t *mctx, unsigned int maxkeys,
dst_key_t **keys, unsigned int *nkeys)