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# 26 27SUNWprivate { 28 global: 29 mlndr_inner; 30 mlndr_params; 31 mlndr_topmost; 32 mlnds_destruct; 33 mlnds_initialize; 34 mlrpc_binding_pool_initialize; 35 mlrpc_c_bind; 36 mlrpc_c_call; 37 mlrpc_c_free_heap; 38 mlrpc_generic_call_stub; 39 mlrpc_heap_avail; 40 mlrpc_heap_create; 41 mlrpc_heap_destroy; 42 mlrpc_heap_malloc; 43 mlrpc_heap_mkvcb; 44 mlrpc_heap_mkvcs; 45 mlrpc_heap_strsave; 46 mlrpc_heap_used; 47 mlrpc_register_service; 48 mlrpc_str_to_uuid; 49 mlrpc_uuid_to_str; 50 ndr_hdalloc; 51 ndr_hdfree; 52 ndr_hdlookup; 53 ndr_is_admin; 54 ndr_is_poweruser; 55 ndr_mbstowcs; 56 ndr_mbtowc; 57 ndr_native_os; 58 ndr_s_open; 59 ndr_s_close; 60 ndr_s_read; 61 ndr_s_write; 62 ndt__char; 63 ndt_s_wchar; 64 ndt__uchar; 65 ndt__ulong; 66 ndt__ushort; 67 local: 68 *; 69}; 70