From 349bc6f0fbf34a9665b121cc2e9d20bb8fdefb7b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 20 Apr 1999 22:27:03 +0000 Subject: [PATCH] add dbtable --- lib/dns/include/dns/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h index 7850e3d9ad..fb1e954dcb 100644 --- a/lib/dns/include/dns/types.h +++ b/lib/dns/include/dns/types.h @@ -56,6 +56,7 @@ typedef struct dns_signature dns_signature_t; typedef struct dns_rdataset dns_rdataset_t; typedef ISC_LIST(dns_rdataset_t) dns_rdatasetlist_t; typedef struct dns_rdatasetiter dns_rdatasetiter_t; +typedef struct dns_dbtable dns_dbtable_t; typedef enum { dns_labeltype_ordinary = 0,