From 1a148d1bcc9c702e52af738e8fe844b9c46ba296 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 26 Jan 1999 08:22:06 +0000 Subject: [PATCH] change namespace to db --- lib/dns/include/dns/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h index a1c1114c9e..58bacc93a9 100644 --- a/lib/dns/include/dns/types.h +++ b/lib/dns/include/dns/types.h @@ -33,7 +33,7 @@ typedef isc_region_t dns_label_t; typedef struct dns_name dns_name_t; typedef ISC_LIST(dns_name_t) dns_namelist_t; -typedef struct dns_namespace dns_namespace_t; +typedef struct dns_db dns_db_t; typedef unsigned char dns_offsets_t[128]; typedef struct dns_compress dns_compress_t; typedef struct dns_decompress dns_decompress_t;