mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-27 04:43:08 -04:00
Merge branch 'cplusplusize_dns_fixedname_h-master' into 'master'
Add C++ declarations to dns/fixedname.h See merge request isc-projects/bind9!764
This commit is contained in:
commit
633eeabb2e
1 changed files with 5 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue