mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
add dns_fixedname_t
This commit is contained in:
parent
e4c76dcbd1
commit
84d3cd8fed
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ ISC_LANG_BEGINDECLS
|
|||
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_fixedname dns_fixedname_t;
|
||||
typedef struct dns_db dns_db_t;
|
||||
typedef void dns_dbnode_t;
|
||||
typedef void dns_dbversion_t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue