From afbf6702d3de8b325b9646d7c24522daa5bfc3e1 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Wed, 11 Feb 2009 16:53:23 +0100 Subject: Also pass the zone manager to the driver. --- lib/dns/include/dns/dynamic_db.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/dns/include') diff --git a/lib/dns/include/dns/dynamic_db.h b/lib/dns/include/dns/dynamic_db.h index 151103f..03339e6 100644 --- a/lib/dns/include/dns/dynamic_db.h +++ b/lib/dns/include/dns/dynamic_db.h @@ -20,12 +20,13 @@ #define DYNAMIC_DB_H #include + #include isc_result_t dns_dynamic_db_load(const char *libname, const char *name, isc_mem_t *mctx, const char * const *argv, - dns_view_t *view); + dns_view_t *view, dns_zonemgr_t *zmgr); -isc_result_t dns_dynamic_db_cleanup(void); +void dns_dynamic_db_cleanup(void); #endif -- cgit