2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 23:25:38 +00:00

added missing requirements

This commit is contained in:
Andreas Gustafsson
2000-07-08 17:27:28 +00:00
parent 5709b77c8c
commit f405ffddc8

View File

@@ -15,7 +15,7 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: xfrin.h,v 1.13 2000/06/23 03:00:01 tale Exp $ */ /* $Id: xfrin.h,v 1.14 2000/07/08 17:27:28 gson Exp $ */
#ifndef DNS_XFRIN_H #ifndef DNS_XFRIN_H
#define DNS_XFRIN_H 1 #define DNS_XFRIN_H 1
@@ -65,6 +65,12 @@ dns_xfrin_create(dns_zone_t *zone, dns_rdatatype_t xfrtype,
* Iff ISC_R_SUCCESS is returned, '*done' is guaranteed to be * Iff ISC_R_SUCCESS is returned, '*done' is guaranteed to be
* called in the context of 'task', with 'zone' and a result * called in the context of 'task', with 'zone' and a result
* code as arguments when the transfer finishes. * code as arguments when the transfer finishes.
*
* Requires:
* 'xfrtype' is dns_rdatatype_axfr or dns_rdatatype_ixfr.
*
* If 'xfrtype' is dns_rdatatype_ixfr, the zone has a
* database.
*/ */
void void