2
0
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:
James Brister 1999-10-13 17:59:45 +00:00
parent 0a3e4adbbc
commit a7eb7752a7

View File

@ -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);