mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
9 lines
208 B
C
9 lines
208 B
C
|
#ifndef _IDNA_H
|
||
|
#include <libidn/idna.h>
|
||
|
|
||
|
extern __typeof (idna_to_ascii_lz) __idna_to_ascii_lz attribute_hidden;
|
||
|
extern __typeof (idna_to_unicode_lzlz ) __idna_to_unicode_lzlz
|
||
|
attribute_hidden;
|
||
|
|
||
|
#endif
|