mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:20:02 -04:00
Merge branch '976-dns-ecs-h-missing-isc_lang_enddecls-v9_14' into 'v9_14'
Resolve "dns/ecs.h missing ISC_LANG_ENDDECLS" See merge request isc-projects/bind9!1775
This commit is contained in:
commit
356bf021e2
2 changed files with 4 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
5202. [bug] <dns/ecs.h> was missing ISC_LANG_ENDDECLS. [GL #976]
|
||||
|
||||
5201. [bug] Fix a possible deadlock in RPZ update code. [GL #973]
|
||||
|
||||
5198. [bug] If a fetch context was being shut down and, at the same
|
||||
|
|
|
|||
|
|
@ -50,4 +50,6 @@ dns_ecs_format(dns_ecs_t *ecs, char *buf, size_t size);
|
|||
* \li 'size' is at least DNS_ECS_FORMATSIZE
|
||||
*/
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
#endif /* DNS_ECS_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue