libtool: change to new library paths
[unleashed-userland.git] / components / x11 / libXdmcp / mapfile-vers
blobd6a6d7284e674d523806ce2a509738e64a31f44f
2 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
4 # Permission is hereby granted, free of charge, to any person obtaining a
5 # copy of this software and associated documentation files (the "Software"),
6 # to deal in the Software without restriction, including without limitation
7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 # and/or sell copies of the Software, and to permit persons to whom the
9 # Software is furnished to do so, subject to the following conditions:
11 # The above copyright notice and this permission notice (including the next
12 # paragraph) shall be included in all copies or substantial portions of the
13 # Software.
15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
18 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21 # DEALINGS IN THE SOFTWARE.
24 # Original ABI from when versioning was first added in Solaris 8
25 SUNW_1.1 {
26     global:
27         XdmcpARRAY8Equal;
28         XdmcpAllocARRAY16;
29         XdmcpAllocARRAY32;
30         XdmcpAllocARRAY8;
31         XdmcpAllocARRAYofARRAY8;
32         XdmcpCompareKeys;
33         XdmcpCopyARRAY8;
34         XdmcpDecrementKey;
35         XdmcpDisposeARRAY16;
36         XdmcpDisposeARRAY32;
37         XdmcpDisposeARRAY8;
38         XdmcpDisposeARRAYofARRAY8;
39         XdmcpFill;
40         XdmcpFlush;
41         XdmcpGenerateKey;
42         XdmcpIncrementKey;
43         XdmcpReadARRAY16;
44         XdmcpReadARRAY32;
45         XdmcpReadARRAY8;
46         XdmcpReadARRAYofARRAY8;
47         XdmcpReadCARD16;
48         XdmcpReadCARD32;
49         XdmcpReadCARD8;
50         XdmcpReadHeader;
51         XdmcpReadRemaining;
52         XdmcpReallocARRAY16;
53         XdmcpReallocARRAY32;
54         XdmcpReallocARRAY8;
55         XdmcpReallocARRAYofARRAY8;
56         XdmcpWriteARRAY16;
57         XdmcpWriteARRAY32;
58         XdmcpWriteARRAY8;
59         XdmcpWriteARRAYofARRAY8;
60         XdmcpWriteCARD16;
61         XdmcpWriteCARD32;
62         XdmcpWriteCARD8;
63         XdmcpWriteHeader;
64     local:
65         *;
68 # New functions added when XDM-AUTH-1 was enabled in snv_120 (CR 6859883)
69 SUNW_1.2 {
70     global:
71         XdmcpWrap;
72         XdmcpUnwrap;
73 } SUNW_1.1;
75 # Private functions from Wrap.h needed by xdm
76 SUNWprivate {
77     global:
78         _XdmcpAuthSetup;
79         _XdmcpAuthDoIt;
80         _XdmcpWrapperToOddParity;