mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Include the zone's view (or NULL) in the zone_callback paramater list.
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
|
||||
typedef isc_result_t (*dns_c_zonecbk_t)(dns_c_ctx_t *ctx,
|
||||
dns_c_zone_t *zone,
|
||||
dns_c_view_t *view,
|
||||
void *uap);
|
||||
typedef isc_result_t (*dns_c_optscbk_t)(dns_c_ctx_t *ctx, void *uap);
|
||||
|
||||
|
Reference in New Issue
Block a user