2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

s/address/adb/

This commit is contained in:
Michael Graff 1999-10-22 01:02:38 +00:00
parent 93a916d8b9
commit e45d323a2a
3 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@
#include <isc/socket.h>
#include <isc/net.h>
#include <dns/address.h>
#include <dns/adb.h>
#include <dns/db.h>
#include <dns/master.h>
#include <dns/name.h>

View File

@ -38,7 +38,7 @@
#include <isc/mutexblock.h>
#include <isc/random.h>
#include <dns/address.h>
#include <dns/adb.h>
#include <dns/db.h>
#include <dns/events.h>
#include <dns/name.h>

View File

@ -15,8 +15,8 @@
* SOFTWARE.
*/
#ifndef DNS_ADDRESS_H
#define DNS_ADDRESS_H
#ifndef DNS_ADB_H
#define DNS_ADB_H
/*****
***** Module Info
@ -455,4 +455,4 @@ dns_adb_adjustsrtt(dns_adb_t *adb, dns_adbaddrinfo_t *addr,
ISC_LANG_ENDDECLS
#endif /* DNS_ADDRESS_H */
#endif /* DNS_ADB_H */