<dns/ecs.h> was missing ISC_LANG_ENDDECLS.

(cherry picked from commit 698a6f955e)
This commit is contained in:
Mark Andrews 2019-04-09 11:47:26 +10:00
parent e5de594ddb
commit 14313d798a
2 changed files with 4 additions and 0 deletions

View file

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

View file

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