mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
need <dns/aclconf.h>, <dns/confctx.h>, <dns/confzone.h>;
removed obsolete comment
This commit is contained in:
parent
024eb50b65
commit
afd4b04898
2 changed files with 6 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue