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:
Andreas Gustafsson 2000-04-20 17:39:02 +00:00
parent 8378b720cd
commit d1bdeae7bb
3 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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;

View file

@ -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;