mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +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,
|
typedef isc_result_t (*dns_c_zonecbk_t)(dns_c_ctx_t *ctx,
|
||||||
dns_c_zone_t *zone,
|
dns_c_zone_t *zone,
|
||||||
|
dns_c_view_t *view,
|
||||||
void *uap);
|
void *uap);
|
||||||
typedef isc_result_t (*dns_c_optscbk_t)(dns_c_ctx_t *ctx, void *uap);
|
typedef isc_result_t (*dns_c_optscbk_t)(dns_c_ctx_t *ctx, void *uap);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user