repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sparc: Check PIC instead of SHARED in start.S [BZ #22638]
[glibc.git]
/
include
/
idna.h
blob
dcb271d575746c8754599334fa75b85127e4e2c0
1
#ifndef _IDNA_H
2
#include <libidn/idna.h>
3
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
;
7
8
#endif