mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-02 21:40:43 -05:00
commented new dialup-related functions
This commit is contained in:
parent
bfb0e358c8
commit
71b5fa7fb7
1 changed files with 11 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.h,v 1.82 2000/11/03 07:16:09 marka Exp $ */
|
||||
/* $Id: zone.h,v 1.83 2000/11/03 18:42:56 gson Exp $ */
|
||||
|
||||
#ifndef DNS_ZONE_H
|
||||
#define DNS_ZONE_H 1
|
||||
|
|
@ -1218,9 +1218,19 @@ dns_zone_resetcounts(dns_zone_t *zone);
|
|||
|
||||
void
|
||||
dns_zone_dialup(dns_zone_t *zone);
|
||||
/*
|
||||
* Perform dialup-time maintenance on 'zone'.
|
||||
*/
|
||||
|
||||
void
|
||||
dns_zone_setdialup(dns_zone_t *zone, dns_dialuptype_t dialup);
|
||||
/*
|
||||
* Set the dialup type of 'zone' to 'dialup'.
|
||||
*
|
||||
* Requires:
|
||||
* 'zone' to be valid initialised zone.
|
||||
* 'dialup' to be a valid dialup type.
|
||||
*/
|
||||
|
||||
extern int dns_zone_countsize;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue