From a7eb7752a740bde0fa8baf9b8eed157d2c60b2a2 Mon Sep 17 00:00:00 2001 From: James Brister Date: Wed, 13 Oct 1999 17:59:45 +0000 Subject: [PATCH] Include the zone's view (or NULL) in the zone_callback paramater list. --- lib/dns/include/dns/confparser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/include/dns/confparser.h b/lib/dns/include/dns/confparser.h index 8cee303b45..3843cab257 100644 --- a/lib/dns/include/dns/confparser.h +++ b/lib/dns/include/dns/confparser.h @@ -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);