Update tag value for tizen 2.0 build
[external/libidn.git] / lib / libidn.map
1 # Copyright (C) 2009 Simon Josefsson.
2 #
3 # This file is part of GNU Libidn.
4 #
5 # GNU Libidn is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU Lesser General Public License as
7 # published by the Free Software Foundation; either version 2.1 of
8 # the License, or (at your option) any later version.
9 #
10 # GNU Libidn is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU Lesser General Public License for more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with GNU Libidn; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
18
19 LIBIDN_1.0 {
20   global:
21     idn_free;
22     idna_strerror;
23     idna_to_ascii_4i;
24     idna_to_ascii_4z;
25     idna_to_ascii_8z;
26     idna_to_ascii_lz;
27     idna_to_unicode_44i;
28     idna_to_unicode_4z4z;
29     idna_to_unicode_8z4z;
30     idna_to_unicode_8z8z;
31     idna_to_unicode_8zlz;
32     idna_to_unicode_lzlz;
33     pr29_4;
34     pr29_4z;
35     pr29_8z;
36     pr29_strerror;
37     punycode_decode;
38     punycode_encode;
39     punycode_strerror;
40     stringprep;
41     stringprep_4i;
42     stringprep_4zi;
43     stringprep_check_version;
44     stringprep_convert;
45     stringprep_iscsi;
46     stringprep_iscsi_prohibit;
47     stringprep_kerberos5;
48     stringprep_locale_charset;
49     stringprep_locale_to_utf8;
50     stringprep_nameprep;
51     stringprep_plain;
52     stringprep_profile;
53     stringprep_profiles;
54     stringprep_rfc3454_A_1;
55     stringprep_rfc3454_B_1;
56     stringprep_rfc3454_B_2;
57     stringprep_rfc3454_B_3;
58     stringprep_rfc3454_C_1_1;
59     stringprep_rfc3454_C_1_2;
60     stringprep_rfc3454_C_2_1;
61     stringprep_rfc3454_C_2_2;
62     stringprep_rfc3454_C_3;
63     stringprep_rfc3454_C_4;
64     stringprep_rfc3454_C_5;
65     stringprep_rfc3454_C_6;
66     stringprep_rfc3454_C_7;
67     stringprep_rfc3454_C_8;
68     stringprep_rfc3454_C_9;
69     stringprep_rfc3454_D_1;
70     stringprep_rfc3454_D_2;
71     stringprep_saslprep;
72     stringprep_saslprep_space_map;
73     stringprep_strerror;
74     stringprep_trace;
75     stringprep_ucs4_nfkc_normalize;
76     stringprep_ucs4_to_utf8;
77     stringprep_unichar_to_utf8;
78     stringprep_utf8_nfkc_normalize;
79     stringprep_utf8_to_locale;
80     stringprep_utf8_to_ucs4;
81     stringprep_utf8_to_unichar;
82     stringprep_xmpp_nodeprep;
83     stringprep_xmpp_nodeprep_prohibit;
84     stringprep_xmpp_resourceprep;
85     tld_check_4;
86     tld_check_4t;
87     tld_check_4tz;
88     tld_check_4z;
89     tld_check_8z;
90     tld_check_lz;
91     tld_default_table;
92     tld_get_4;
93     tld_get_4z;
94     tld_get_table;
95     tld_get_z;
96     tld_strerror;
97
98   local:
99     *;
100 };