mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
add dbtable
This commit is contained in:
parent
d94c5ba48b
commit
349bc6f0fb
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue