Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
afd4b048
Commit
afd4b048
authored
Apr 05, 2000
by
Andreas Gustafsson
Browse files
need <dns/aclconf.h>, <dns/confctx.h>, <dns/confzone.h>;
removed obsolete comment
parent
024eb50b
Changes
2
Show whitespace changes
Inline
Side-by-side
bin/named/include/named/zoneconf.h
View file @
afd4b048
...
@@ -22,14 +22,11 @@
...
@@ -22,14 +22,11 @@
#include
<isc/types.h>
#include
<isc/types.h>
#include
<dns/acl.h>
#include
<dns/acl.h>
#include
<dns/aclconf.h>
#include
<dns/confctx.h>
#include
<dns/confacl.h>
#include
<dns/confacl.h>
#include
<dns/confip.h>
#include
<dns/confip.h>
#include
<dns/confzone.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'.
*/
isc_result_t
dns_zone_configure
(
dns_c_ctx_t
*
cctx
,
dns_aclconfctx_t
*
ac
,
isc_result_t
dns_zone_configure
(
dns_c_ctx_t
*
cctx
,
dns_aclconfctx_t
*
ac
,
dns_c_zone_t
*
czone
,
dns_zone_t
*
zone
);
dns_c_zone_t
*
czone
,
dns_zone_t
*
zone
);
...
...
lib/dns/include/dns/zoneconf.h
View file @
afd4b048
...
@@ -22,14 +22,11 @@
...
@@ -22,14 +22,11 @@
#include
<isc/types.h>
#include
<isc/types.h>
#include
<dns/acl.h>
#include
<dns/acl.h>
#include
<dns/aclconf.h>
#include
<dns/confctx.h>
#include
<dns/confacl.h>
#include
<dns/confacl.h>
#include
<dns/confip.h>
#include
<dns/confip.h>
#include
<dns/confzone.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'.
*/
isc_result_t
dns_zone_configure
(
dns_c_ctx_t
*
cctx
,
dns_aclconfctx_t
*
ac
,
isc_result_t
dns_zone_configure
(
dns_c_ctx_t
*
cctx
,
dns_aclconfctx_t
*
ac
,
dns_c_zone_t
*
czone
,
dns_zone_t
*
zone
);
dns_c_zone_t
*
czone
,
dns_zone_t
*
zone
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment