mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
cleanups; change viewlist find routine
This commit is contained in:
@@ -301,9 +301,9 @@ dns_view_find(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type,
|
||||
* or an error occurred.
|
||||
*/
|
||||
|
||||
dns_view_t *
|
||||
dns_view_findinlist(dns_viewlist_t *list, const char *name,
|
||||
dns_rdataclass_t rdclass);
|
||||
isc_result_t
|
||||
dns_viewlist_find(dns_viewlist_t *list, const char *name,
|
||||
dns_rdataclass_t rdclass, dns_view_t **viewp);
|
||||
/*
|
||||
* XXX
|
||||
*/
|
||||
|
Reference in New Issue
Block a user