diff --git a/lib/dns/include/dns/zt.h b/lib/dns/include/dns/zt.h index 3b9d8cb291..fee1ea9962 100644 --- a/lib/dns/include/dns/zt.h +++ b/lib/dns/include/dns/zt.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zt.h,v 1.21 2000/08/01 01:25:00 tale Exp $ */ +/* $Id: zt.h,v 1.22 2000/08/14 19:52:20 gson Exp $ */ #ifndef DNS_ZT_H #define DNS_ZT_H 1 @@ -127,15 +127,6 @@ dns_zt_load(dns_zt_t *zt, isc_boolean_t stop); * 'zt' to be valid */ -void -dns_zt_print(dns_zt_t *zt); -/* - * Print zones in zonetable, address, name and reference count. - * - * Requires - * 'zt' to be valid. - */ - isc_result_t dns_zt_apply(dns_zt_t *zt, isc_boolean_t stop, isc_result_t (*action)(dns_zone_t *, void *), void *uap);