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

change namespace to db

This commit is contained in:
Bob Halley 1999-01-26 08:22:06 +00:00
parent 72d4e9f06f
commit 1a148d1bcc

View File

@ -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;