]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3307. [bug] Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
authorMark Andrews <marka@isc.org>
Thu, 12 Apr 2012 22:32:37 +0000 (08:32 +1000)
committerMark Andrews <marka@isc.org>
Thu, 12 Apr 2012 22:32:37 +0000 (08:32 +1000)
                        [RT #28956]

CHANGES
lib/dns/include/dns/ecdb.h
lib/dns/include/dns/rpz.h
lib/dns/include/dns/stats.h
lib/dns/include/dns/view.h

diff --git a/CHANGES b/CHANGES
index 3ba71cd27558407b38841083f5978fb06b38ad37..ab4b2dfec97855141a9e2b2ab87366d661fed0f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
-3307.  [bug]           Add missing ISC_LANG_ENDDECLS to <dns/tsec.h>. [RT #28956]
+3307.  [bug]           Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
+                       [RT #28956]
 
 3306.  [bug]           Improve DNS64 reverse zone performance. [RT #28563]
 
index 5c735b53cc5f9f4d2a709d91b0fae3f65d4affdf..42a22fd922b9fece8c9b1f006f71ddb297d15010 100644 (file)
@@ -39,6 +39,8 @@
  *** Functions
  ***/
 
+ISC_LANG_BEGINDECLS
+
 /* TBD: describe those */
 
 isc_result_t
index eba46276dd071ecd8e4788b56e93e72fcda97df3..32c1ef2ded7a2e6f6bdd80437c84caa0be3b9b07 100644 (file)
@@ -194,5 +194,7 @@ dns_rpz_cidr_find(dns_rpz_cidr_t *cidr, const isc_netaddr_t *netaddr,
 dns_rpz_policy_t
 dns_rpz_decode_cname(dns_rdataset_t *, dns_name_t *selfname);
 
+ISC_LANG_ENDDECLS
+
 #endif /* DNS_RPZ_H */
 
index b8dc17eba5e9b2cbca262f3bfbd44b13a9360332..bc77d1e9c5a366732099deb55173e99244e315d5 100644 (file)
@@ -147,6 +147,8 @@ typedef void (*dns_rdatatypestats_dumper_t)(dns_rdatastatstype_t, isc_uint64_t,
                                            void *);
 typedef void (*dns_opcodestats_dumper_t)(dns_opcode_t, isc_uint64_t, void *);
 
+ISC_LANG_BEGINDECLS
+
 isc_result_t
 dns_generalstats_create(isc_mem_t *mctx, dns_stats_t **statsp, int ncounters);
 /*%<
index 46e513e63c42c832b4faf7ac80d6f9e9b6e7fcce..3d65243656bc5d1fe9528396ae3be3672cca582c 100644 (file)
@@ -1104,4 +1104,6 @@ dns_view_setnewzones(dns_view_t *view, isc_boolean_t allow, void *cfgctx,
 void
 dns_view_restorekeyring(dns_view_t *view);
 
+ISC_LANG_ENDDECLS
+
 #endif /* DNS_VIEW_H */