blob: dcb271d575746c8754599334fa75b85127e4e2c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#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
|