support: Preserve errno in write_message, TEST_VERIFY and other checks
[glibc.git] / include / idna.h
blobdcb271d575746c8754599334fa75b85127e4e2c0
1 #ifndef _IDNA_H
2 #include <libidn/idna.h>
4 extern __typeof (idna_to_ascii_lz) __idna_to_ascii_lz attribute_hidden;
5 extern __typeof (idna_to_unicode_lzlz ) __idna_to_unicode_lzlz
6 attribute_hidden;
8 #endif