mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 16:18:03 -04:00
moved typedef of dns_zone_callbackarg_t from <dns/types.h> to
bin/tests/zone2_test.c; it's obsolete and zone2_test.c is the only place using it
This commit is contained in:
parent
8378b720cd
commit
d1bdeae7bb
3 changed files with 5 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
|
||||
from <dns/types.h>.
|
||||
|
||||
64. [func] The RBT, DB, and zone table APIs now allow the
|
||||
caller find the most-enclosing superdomain of
|
||||
a name.
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@
|
|||
} else \
|
||||
(void)NULL
|
||||
|
||||
typedef struct dns_zone_callbackarg dns_zone_callbackarg_t;
|
||||
|
||||
struct dns_zone_callbackarg {
|
||||
isc_mem_t *mctx;
|
||||
dns_viewlist_t oldviews;
|
||||
|
|
|
|||
|
|
@ -86,7 +86,6 @@ typedef struct dns_view dns_view_t;
|
|||
typedef ISC_LIST(dns_view_t) dns_viewlist_t;
|
||||
typedef struct dns_zone dns_zone_t;
|
||||
typedef struct dns_zonemgr dns_zonemgr_t;
|
||||
typedef struct dns_zone_callbackarg dns_zone_callbackarg_t;
|
||||
typedef struct dns_a6context dns_a6context_t;
|
||||
typedef struct dns_rbt dns_rbt_t;
|
||||
typedef struct dns_zt dns_zt_t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue