need <dns/aclconf.h>, <dns/confctx.h>, <dns/confzone.h>;

removed obsolete comment
This commit is contained in:
Andreas Gustafsson 2000-04-05 17:37:34 +00:00
parent 024eb50b65
commit afd4b04898
2 changed files with 6 additions and 12 deletions

View file

@ -22,14 +22,11 @@
#include <isc/types.h>
#include <dns/acl.h>
#include <dns/aclconf.h>
#include <dns/confctx.h>
#include <dns/confacl.h>
#include <dns/confip.h>
/*
* Create a dns_acl_t from the corresponding configuration data structure,
* 'caml'. References to named ACLs in caml are resolved against the ACL
* table in 'cctx'.
*/
#include <dns/confzone.h>
isc_result_t dns_zone_configure(dns_c_ctx_t *cctx, dns_aclconfctx_t *ac,
dns_c_zone_t *czone, dns_zone_t *zone);

View file

@ -22,14 +22,11 @@
#include <isc/types.h>
#include <dns/acl.h>
#include <dns/aclconf.h>
#include <dns/confctx.h>
#include <dns/confacl.h>
#include <dns/confip.h>
/*
* Create a dns_acl_t from the corresponding configuration data structure,
* 'caml'. References to named ACLs in caml are resolved against the ACL
* table in 'cctx'.
*/
#include <dns/confzone.h>
isc_result_t dns_zone_configure(dns_c_ctx_t *cctx, dns_aclconfctx_t *ac,
dns_c_zone_t *czone, dns_zone_t *zone);