repo.or.cz
/
heimdal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib/wind: export wind_ucs2write()
[heimdal.git]
/
lib
/
wind
/
version-script.map
blob
6b5abb5ee2a5e52d4848b26da9eddd844b2c8513
1
# $Id$
2
3
HEIMDAL_WIND_1.0 {
4
global:
5
wind_stringprep;
6
wind_profile;
7
wind_punycode_label_toascii;
8
wind_utf8ucs4;
9
wind_utf8ucs4_length;
10
wind_ucs4utf8;
11
wind_ucs4utf8_length;
12
wind_ucs2utf8;
13
wind_utf8ucs2;
14
wind_utf8ucs2_length;
15
wind_ucs2utf8_length;
16
wind_ucs2read;
17
wind_ucs2write;
18
# testing
19
_wind_combining_class;
20
_wind_stringprep_testbidi;
21
_wind_stringprep_error;
22
_wind_stringprep_prohibited;
23
_wind_stringprep_map;
24
_wind_stringprep_normalize;
25
_wind_ldap_case_exact_attribute;
26
_wind_ucs2read;
27
local:
28
*;
29
};