]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/lib/wind/version-script.map
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / lib / wind / version-script.map
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 };