3307. [bug] Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.

[RT #28956]
This commit is contained in:
Mark Andrews 2012-04-13 08:32:37 +10:00
parent 144076fb9e
commit 4f3a3fc43c
5 changed files with 10 additions and 1 deletions

View file

@ -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]

View file

@ -39,6 +39,8 @@
*** Functions
***/
ISC_LANG_BEGINDECLS
/* TBD: describe those */
isc_result_t

View 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 */

View 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);
/*%<

View 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 */