dns_zt_print() is gone

This commit is contained in:
Andreas Gustafsson 2000-08-14 19:52:21 +00:00
parent 6d8568cb45
commit 0e05b42192

View file

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