Merge branch 'cplusplusize_dns_fixedname_h-v9_12' into 'v9_12'
Add C++ declarations to dns/fixedname.h See merge request isc-projects/bind9!763
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
*****/
|
||||
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/lang.h>
|
||||
|
||||
#include <dns/name.h>
|
||||
|
||||
@@ -64,6 +65,8 @@ struct dns_fixedname {
|
||||
unsigned char data[DNS_NAME_MAXWIRE];
|
||||
};
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
void
|
||||
dns_fixedname_init(dns_fixedname_t *fixed);
|
||||
|
||||
@@ -76,4 +79,6 @@ dns_fixedname_name(dns_fixedname_t *fixed);
|
||||
dns_name_t *
|
||||
dns_fixedname_initname(dns_fixedname_t *fixed);
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
#endif /* DNS_FIXEDNAME_H */
|
||||
|
||||
Reference in New Issue
Block a user