xref: /onnv-gate/usr/src/lib/smbsrv/libmlrpc/common/mapfile-vers (revision 12692:4341b447c069)
15331Samw#
25331Samw# CDDL HEADER START
35331Samw#
45331Samw# The contents of this file are subject to the terms of the
55331Samw# Common Development and Distribution License (the "License").
65331Samw# You may not use this file except in compliance with the License.
75331Samw#
85331Samw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95331Samw# or http://www.opensolaris.org/os/licensing.
105331Samw# See the License for the specific language governing permissions
115331Samw# and limitations under the License.
125331Samw#
135331Samw# When distributing Covered Code, include this CDDL HEADER in each
145331Samw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155331Samw# If applicable, add the following below this CDDL HEADER, with the
165331Samw# fields enclosed by brackets "[]" replaced with your own identifying
175331Samw# information: Portions Copyright [yyyy] [name of copyright owner]
185331Samw#
195331Samw# CDDL HEADER END
205331Samw#
215331Samw#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
235331Samw#
245331Samw#
255331Samw
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
388744SAli.Bahrami@Sun.COM#
398744SAli.Bahrami@Sun.COM
40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
41*12692SAli.Bahrami@Oracle.COM
42*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate {
435331Samw    global:
449914Samw@Sun.COM        ndr_buf_decode;
459914Samw@Sun.COM        ndr_buf_fini;
469914Samw@Sun.COM        ndr_buf_init;
478334SJose.Borrego@Sun.COM        ndr_clnt_bind;
488334SJose.Borrego@Sun.COM        ndr_clnt_call;
498334SJose.Borrego@Sun.COM        ndr_clnt_free_heap;
508334SJose.Borrego@Sun.COM	ndr_generic_call_stub;
518334SJose.Borrego@Sun.COM        ndr_heap_avail;
528334SJose.Borrego@Sun.COM        ndr_heap_create;
538334SJose.Borrego@Sun.COM        ndr_heap_destroy;
548334SJose.Borrego@Sun.COM        ndr_heap_malloc;
558334SJose.Borrego@Sun.COM        ndr_heap_mkvcb;
568334SJose.Borrego@Sun.COM        ndr_heap_mkvcs;
578334SJose.Borrego@Sun.COM	ndr_heap_mstring;
588334SJose.Borrego@Sun.COM	ndr_heap_siddup;
598334SJose.Borrego@Sun.COM        ndr_heap_strdup;
608334SJose.Borrego@Sun.COM        ndr_heap_used;
615772Sas200622	ndr_hdalloc;
625772Sas200622	ndr_hdfree;
635772Sas200622	ndr_hdlookup;
648334SJose.Borrego@Sun.COM        ndr_inner;
657052Samw	ndr_is_admin;
667052Samw	ndr_is_poweruser;
675521Sas200622	ndr_mbstowcs;
685521Sas200622	ndr_mbtowc;
697052Samw	ndr_native_os;
708334SJose.Borrego@Sun.COM        ndr_params;
718334SJose.Borrego@Sun.COM	ndr_pipe_open;
728334SJose.Borrego@Sun.COM	ndr_pipe_close;
738334SJose.Borrego@Sun.COM	ndr_pipe_read;
7411963SAfshin.Ardakani@Sun.COM	ndr_pipe_transact;
758334SJose.Borrego@Sun.COM	ndr_pipe_write;
768334SJose.Borrego@Sun.COM        ndr_svc_binding_pool_init;
778334SJose.Borrego@Sun.COM	ndr_svc_lookup_name;
788334SJose.Borrego@Sun.COM        ndr_svc_register;
798334SJose.Borrego@Sun.COM        ndr_topmost;
808334SJose.Borrego@Sun.COM	ndr_uuid_parse;
818334SJose.Borrego@Sun.COM	ndr_uuid_unparse;
828334SJose.Borrego@Sun.COM        nds_destruct;
838334SJose.Borrego@Sun.COM        nds_initialize;
845331Samw        ndt__char;
855331Samw        ndt_s_wchar;
865331Samw        ndt__uchar;
875331Samw        ndt__ulong;
885331Samw        ndt__ushort;
895331Samw    local:
905331Samw	*;
915331Samw};
92