From efd194bdb65efb0e6a262cddca9ce75320297fd5 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 12 Apr 2012 19:17:29 +1000 Subject: [PATCH] 3307. [bug] Add missing ISC_LANG_ENDDECLS to . [RT #28956] --- CHANGES | 2 ++ lib/dns/include/dns/tsec.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 3b763e85af..1108f69d1a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +3307. [bug] Add missing ISC_LANG_ENDDECLS to . [RT #28956] + 3306. [bug] Improve DNS64 reverse zone performance. [RT #28563] 3305. [func] Add wire format lookup method to sdb. [RT #28563] diff --git a/lib/dns/include/dns/tsec.h b/lib/dns/include/dns/tsec.h index a9d60c21c6..616f071c64 100644 --- a/lib/dns/include/dns/tsec.h +++ b/lib/dns/include/dns/tsec.h @@ -132,4 +132,6 @@ dns_tsec_getkey(dns_tsec_t *tsec, void *keyp); *\li *tsecp points to a valid key structure depending on the TSEC type. */ +ISC_LANG_ENDDECLS + #endif /* DNS_TSEC_H */