mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 15:09:59 -04:00
dns_dnssec_findzonekeys should use isc_result_t, not dns_result_t
This commit is contained in:
parent
135808ceb1
commit
c0ddfabced
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ dns_dnssec_destroy(void);
|
|||
* Frees all data associated with the DNSSEC subsystem
|
||||
*/
|
||||
|
||||
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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue