mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 00:19:59 -04:00
dns_zt_print() is gone
This commit is contained in:
parent
6d8568cb45
commit
0e05b42192
1 changed files with 1 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue