mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
comment updates, remove duplicate rcsid.
This commit is contained in:
@@ -15,9 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: sdb.h,v 1.2 2000/08/22 00:53:31 bwelling Exp $ */
|
/* $Id: sdb.h,v 1.3 2000/08/22 01:26:08 bwelling Exp $ */
|
||||||
|
|
||||||
/* $Id: sdb.h,v 1.2 2000/08/22 00:53:31 bwelling Exp $ */
|
|
||||||
|
|
||||||
#ifndef DNS_SDB_H
|
#ifndef DNS_SDB_H
|
||||||
#define DNS_SDB_H 1
|
#define DNS_SDB_H 1
|
||||||
@@ -86,9 +84,9 @@ dns_sdb_register(const char *drivername, dns_sdblookupfunc_t lookup,
|
|||||||
* Register a simple database driver of name 'drivername'. The name
|
* Register a simple database driver of name 'drivername'. The name
|
||||||
* server will perform lookups in the database by calling the function
|
* server will perform lookups in the database by calling the function
|
||||||
* 'lookup', passing it a printable zone name 'zone', a printable
|
* 'lookup', passing it a printable zone name 'zone', a printable
|
||||||
* domain name 'name', and copy of the argument 'driverdata' that
|
* domain name 'name', and a copy of the argument 'dbdata' that
|
||||||
* was given to ns_sdb_register(). The 'dns_sdblookup_t' argument to
|
* was potentially returned by the create function. The 'dns_sdblookup_t'
|
||||||
* 'lookup' and 'authority' is an opaque pointer to be passed to
|
* argument to 'lookup' and 'authority' is an opaque pointer to be passed to
|
||||||
* ns_sdb_putrr().
|
* ns_sdb_putrr().
|
||||||
*
|
*
|
||||||
* The lookup function returns the lookup results to the name server
|
* The lookup function returns the lookup results to the name server
|
||||||
@@ -139,9 +137,9 @@ dns_sdb_putsoa(dns_sdblookup_t *lookup, const char *mname, const char *rname,
|
|||||||
* This function may optionally be called from the 'authority' callback
|
* This function may optionally be called from the 'authority' callback
|
||||||
* to simplify construction of the SOA record for 'zone'. It will
|
* to simplify construction of the SOA record for 'zone'. It will
|
||||||
* provide a SOA listing 'mname' as as the master server and 'rname' as
|
* provide a SOA listing 'mname' as as the master server and 'rname' as
|
||||||
* the responsible person mailbox. The serial number will increase
|
* the responsible person mailbox. It is the responsibility of the
|
||||||
* with each query, and all other SOA fields will have reasonable
|
* driver to increment the serial number between responses if necessary.
|
||||||
* default values.
|
* All other SOA fields will have reasonable default values.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ISC_LANG_ENDDECLS
|
ISC_LANG_ENDDECLS
|
||||||
|
Reference in New Issue
Block a user