1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNWprivate { 29 global: 30 mlndr_inner; 31 mlndr_params; 32 mlndr_topmost; 33 mlnds_destruct; 34 mlnds_initialize; 35 mlrpc_binding_pool_initialize; 36 mlrpc_c_bind; 37 mlrpc_c_call; 38 mlrpc_c_free_heap; 39 mlrpc_generic_call_stub; 40 mlrpc_heap_avail; 41 mlrpc_heap_create; 42 mlrpc_heap_destroy; 43 mlrpc_heap_malloc; 44 mlrpc_heap_mkvcs; 45 mlrpc_heap_strsave; 46 mlrpc_heap_used; 47 mlrpc_lookup; 48 mlrpc_process; 49 mlrpc_register_service; 50 mlrpc_release; 51 ndr_hdalloc; 52 ndr_hdfree; 53 ndr_hdlookup; 54 ndr_mbstowcs; 55 ndr_mbtowc; 56 ndt__char; 57 ndt_s_wchar; 58 ndt__uchar; 59 ndt__ulong; 60 ndt__ushort; 61 local: 62 *; 63}; 64