xref: /onnv-gate/usr/src/lib/smbsrv/libmlrpc/common/mapfile-vers (revision 8744:03d5725cda56)
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#
228474SJose.Borrego@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
235331Samw# Use is subject to license terms.
245331Samw#
255331Samw#
265331Samw
27*8744SAli.Bahrami@Sun.COM#
28*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
29*8744SAli.Bahrami@Sun.COM#
30*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
31*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
32*8744SAli.Bahrami@Sun.COM#
33*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
34*8744SAli.Bahrami@Sun.COM#
35*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
36*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
37*8744SAli.Bahrami@Sun.COM#
38*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
39*8744SAli.Bahrami@Sun.COM#
40*8744SAli.Bahrami@Sun.COM
415331SamwSUNWprivate {
425331Samw    global:
438334SJose.Borrego@Sun.COM        ndr_clnt_bind;
448334SJose.Borrego@Sun.COM        ndr_clnt_call;
458334SJose.Borrego@Sun.COM        ndr_clnt_free_heap;
468334SJose.Borrego@Sun.COM	ndr_generic_call_stub;
478334SJose.Borrego@Sun.COM        ndr_heap_avail;
488334SJose.Borrego@Sun.COM        ndr_heap_create;
498334SJose.Borrego@Sun.COM        ndr_heap_destroy;
508334SJose.Borrego@Sun.COM        ndr_heap_malloc;
518334SJose.Borrego@Sun.COM        ndr_heap_mkvcb;
528334SJose.Borrego@Sun.COM        ndr_heap_mkvcs;
538334SJose.Borrego@Sun.COM	ndr_heap_mstring;
548334SJose.Borrego@Sun.COM	ndr_heap_siddup;
558334SJose.Borrego@Sun.COM        ndr_heap_strdup;
568334SJose.Borrego@Sun.COM        ndr_heap_used;
575772Sas200622	ndr_hdalloc;
585772Sas200622	ndr_hdfree;
595772Sas200622	ndr_hdlookup;
608334SJose.Borrego@Sun.COM        ndr_inner;
617052Samw	ndr_is_admin;
627052Samw	ndr_is_poweruser;
635521Sas200622	ndr_mbstowcs;
645521Sas200622	ndr_mbtowc;
657052Samw	ndr_native_os;
668334SJose.Borrego@Sun.COM        ndr_params;
678474SJose.Borrego@Sun.COM	ndr_pipe_getinfo;
688334SJose.Borrego@Sun.COM	ndr_pipe_open;
698334SJose.Borrego@Sun.COM	ndr_pipe_close;
708334SJose.Borrego@Sun.COM	ndr_pipe_read;
718334SJose.Borrego@Sun.COM	ndr_pipe_write;
728334SJose.Borrego@Sun.COM        ndr_svc_binding_pool_init;
738334SJose.Borrego@Sun.COM	ndr_svc_lookup_name;
748334SJose.Borrego@Sun.COM        ndr_svc_register;
758334SJose.Borrego@Sun.COM        ndr_topmost;
768334SJose.Borrego@Sun.COM	ndr_uuid_parse;
778334SJose.Borrego@Sun.COM	ndr_uuid_unparse;
788334SJose.Borrego@Sun.COM        nds_destruct;
798334SJose.Borrego@Sun.COM        nds_initialize;
805331Samw        ndt__char;
815331Samw        ndt_s_wchar;
825331Samw        ndt__uchar;
835331Samw        ndt__ulong;
845331Samw        ndt__ushort;
855331Samw    local:
865331Samw	*;
875331Samw};
88