xref: /minix3/crypto/external/bsd/heimdal/dist/lib/wind/version-script.map (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1ebfedea0SLionel Sambuc# Id
2ebfedea0SLionel Sambuc
3ebfedea0SLionel SambucHEIMDAL_WIND_1.0 {
4ebfedea0SLionel Sambuc	global:
5ebfedea0SLionel Sambuc		wind_stringprep;
6ebfedea0SLionel Sambuc		wind_profile;
7ebfedea0SLionel Sambuc		wind_punycode_label_toascii;
8ebfedea0SLionel Sambuc		wind_utf8ucs4;
9ebfedea0SLionel Sambuc		wind_utf8ucs4_length;
10ebfedea0SLionel Sambuc		wind_ucs4utf8;
11ebfedea0SLionel Sambuc		wind_ucs4utf8_length;
12ebfedea0SLionel Sambuc		wind_ucs2utf8;
13ebfedea0SLionel Sambuc		wind_utf8ucs2;
14ebfedea0SLionel Sambuc		wind_utf8ucs2_length;
15ebfedea0SLionel Sambuc		wind_ucs2utf8_length;
16ebfedea0SLionel Sambuc		wind_ucs2read;
17*0a6a1f1dSLionel Sambuc		wind_ucs2write;
18ebfedea0SLionel Sambuc		# testing
19ebfedea0SLionel Sambuc		_wind_combining_class;
20ebfedea0SLionel Sambuc		_wind_stringprep_testbidi;
21ebfedea0SLionel Sambuc		_wind_stringprep_error;
22ebfedea0SLionel Sambuc		_wind_stringprep_prohibited;
23ebfedea0SLionel Sambuc		_wind_stringprep_map;
24ebfedea0SLionel Sambuc		_wind_stringprep_normalize;
25ebfedea0SLionel Sambuc		_wind_ldap_case_exact_attribute;
26ebfedea0SLionel Sambuc		_wind_ucs2read;
27ebfedea0SLionel Sambuc	local:
28ebfedea0SLionel Sambuc		*;
29ebfedea0SLionel Sambuc};
30