mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Include the zone's view (or NULL) in the zone_callback paramater list.
This commit is contained in:
parent
0a3e4adbbc
commit
a7eb7752a7
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user