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

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