]> 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:46:00 +0000 (08:46 +1000)
committerMark Andrews <marka@isc.org>
Thu, 12 Apr 2012 22:46:00 +0000 (08:46 +1000)
                        [RT #28956]

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

diff --git a/CHANGES b/CHANGES
index ac9e9d296d87a0fc5aba4e0c69d7d75cc305fdba..e8537c9f6cd31859decc225453b557e196315356 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3307.  [bug]           Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
+                       [RT #28956]
+
 3304.  [bug]           Use hmctx, not mctx when freeing rbtdb->heaps. [RT #28571]
 
 3301.  [contrib]       Update queryperf to build on darwin.  Add -R flag
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 94823f46baf6faac9b87bd855e7c2cf5bb5e86ab..667b87522ec1bbadfe7c0a4e65fe0064c94d1a15 100644 (file)
@@ -878,4 +878,6 @@ dns_view_getresquerystats(dns_view_t *view, dns_stats_t **statsp);
  *\li  'statsp' != NULL && '*statsp' != NULL
  */
 
+ISC_LANG_ENDDECLS
+
 #endif /* DNS_VIEW_H */