From 0e05b42192d35c74bf50d7d0914040183fee609f Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 14 Aug 2000 19:52:21 +0000 Subject: [PATCH] dns_zt_print() is gone --- lib/dns/include/dns/zt.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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);