mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-25 11:38:29 +00:00
s/address/adb/
This commit is contained in:
parent
93a916d8b9
commit
e45d323a2a
@ -35,7 +35,7 @@
|
|||||||
#include <isc/socket.h>
|
#include <isc/socket.h>
|
||||||
#include <isc/net.h>
|
#include <isc/net.h>
|
||||||
|
|
||||||
#include <dns/address.h>
|
#include <dns/adb.h>
|
||||||
#include <dns/db.h>
|
#include <dns/db.h>
|
||||||
#include <dns/master.h>
|
#include <dns/master.h>
|
||||||
#include <dns/name.h>
|
#include <dns/name.h>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
#include <isc/mutexblock.h>
|
#include <isc/mutexblock.h>
|
||||||
#include <isc/random.h>
|
#include <isc/random.h>
|
||||||
|
|
||||||
#include <dns/address.h>
|
#include <dns/adb.h>
|
||||||
#include <dns/db.h>
|
#include <dns/db.h>
|
||||||
#include <dns/events.h>
|
#include <dns/events.h>
|
||||||
#include <dns/name.h>
|
#include <dns/name.h>
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DNS_ADDRESS_H
|
#ifndef DNS_ADB_H
|
||||||
#define DNS_ADDRESS_H
|
#define DNS_ADB_H
|
||||||
|
|
||||||
/*****
|
/*****
|
||||||
***** Module Info
|
***** Module Info
|
||||||
@ -455,4 +455,4 @@ dns_adb_adjustsrtt(dns_adb_t *adb, dns_adbaddrinfo_t *addr,
|
|||||||
|
|
||||||
ISC_LANG_ENDDECLS
|
ISC_LANG_ENDDECLS
|
||||||
|
|
||||||
#endif /* DNS_ADDRESS_H */
|
#endif /* DNS_ADB_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user