#
# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#

SUNW_1.1 {
    global:
	IceAcceptConnection;
	IceAddConnectionWatch;
	IceAllocScratch;
	IceAppLockConn;
	IceAppUnlockConn;
	IceAuthFileName;
	IceCheckShutdownNegotiation;
	IceCloseConnection;
	IceComposeNetworkIdList;
	IceConnectionNumber;
	IceConnectionStatus;
	IceConnectionString;
	IceFlush;
	IceFreeAuthFileEntry;
	IceFreeListenObjs;
	IceGenerateMagicCookie;
	IceGetAuthFileEntry;
	IceGetConnectionContext;
	IceGetInBufSize;
	IceGetListenConnectionNumber;
	IceGetListenConnectionString;
	IceGetOutBufSize;
	IceInitThreads;
	IceLastReceivedSequenceNumber;
	IceLastSentSequenceNumber;
	IceListenForConnections;
	IceLockAuthFile;
	IceGetPeerName;
	IceOpenConnection;
	IcePing;
	IceProcessMessages;
	IceProtocolRevision;
	IceProtocolSetup;
	IceProtocolShutdown;
	IceProtocolVersion;
	IceReadAuthFileEntry;
	IceRegisterForProtocolReply;
	IceRegisterForProtocolSetup;
	IceRelease;
	IceRemoveConnectionWatch;
	IceSetErrorHandler;
	IceSetHostBasedAuthProc;
	IceSetIOErrorHandler;
	IceSetPaAuthData;
	IceSetShutdownNegotiation;
	IceSwapping;
	IceUnlockAuthFile;
	IceVendor;
	IceWriteAuthFileEntry;
	IceListenForWellKnownConnections;
    local:
	*;
};

SUNWprivate {
    global:
	_IceAddOpcodeMapping;
	_IceAddReplyWait;
	_IceAuthCount;
	_IceAuthNames;
	_IceCheckReplyReady;
	_IceConnectionClosed;
	_IceConnectionCount;
	_IceConnectionObjs;
	_IceConnectionOpened;
	_IceConnectionStrings;
	_IceErrorAuthenticationFailed;
	_IceErrorAuthenticationRejected;
	_IceErrorBadLength;
	_IceErrorBadMajor;
	_IceErrorBadMinor;
	_IceErrorBadState;
	_IceErrorBadValue;
	_IceErrorHandler;
	_IceErrorMajorOpcodeDuplicate;
	_IceErrorNoAuthentication;
	_IceErrorNoVersion;
	_IceErrorProtocolDuplicate;
	_IceErrorSetupFailed;
	_IceErrorUnknownProtocol;
	_IceFreeConnection;
	_IceGetPaAuthData;
	_IceGetPaValidAuthIndices;
	_IceGetPeerName;
	_IceGetPoAuthData;
	_IceGetPoValidAuthIndices;
	_IceIOErrorHandler;
	_IceLastMajorOpcode;
	_IcePaAuthDataEntries;
	_IcePaAuthDataEntryCount;
	_IcePaAuthProcs;
	_IcePaMagicCookie1Proc;
	_IcePoAuthProcs;
	_IcePoMagicCookie1Proc;
	_IceProtocols;
	_IceRead;
	_IceReadSkip;
	_IceSearchReplyWaits;
	_IceSetReplyReady;
	_IceTransAccept;
	_IceTransBytesReadable;
	_IceTransClose;
	_IceTransCloseForCloning;
	_IceTransConnect;
	_IceTransCreateListener;
	_IceTransDisconnect;
	_IceTransFreeConnInfo;
	_IceTransGetConnectionNumber;
	_IceTransGetHostname;
	_IceTransGetMyNetworkId;
	_IceTransGetPeerAddr;
	_IceTransGetPeerNetworkId;
	_IceTransIsLocal;
	_IceTransMakeAllCOTSServerListeners;
	_IceTransNoListen;
	_IceTransOpenCOTSClient;
	_IceTransOpenCOTSServer;
	_IceTransRead;
	_IceTransReadv;
	_IceTransResetListener;
	_IceTransSetOption;
	_IceTransSocketINETFuncs;
	_IceTransSocketLocalFuncs;
	_IceTransSocketTCPFuncs;
	_IceTransSocketUNIXFuncs;
	_IceTransWrite;
	_IceTransWritev;
	_IceVersionCount;
	_IceVersions;
	_IceWatchProcs;
	_IceWrite;
};