add namespace

This commit is contained in:
Bob Halley
1999-01-16 01:23:42 +00:00
parent 1edf93cbc2
commit 3553422273

View File

@@ -33,6 +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 unsigned char dns_offsets_t[128];
typedef struct dns_compress dns_compress_t;
typedef struct dns_decompress dns_decompress_t;