xref: /onnv-gate/usr/src/lib/libds/common/mapfile-vers (revision 12692:4341b447c069)
17697SMichael.Christensen@Sun.COM#
27697SMichael.Christensen@Sun.COM# CDDL HEADER START
37697SMichael.Christensen@Sun.COM#
47697SMichael.Christensen@Sun.COM# The contents of this file are subject to the terms of the
57697SMichael.Christensen@Sun.COM# Common Development and Distribution License (the "License").
67697SMichael.Christensen@Sun.COM# You may not use this file except in compliance with the License.
77697SMichael.Christensen@Sun.COM#
87697SMichael.Christensen@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97697SMichael.Christensen@Sun.COM# or http://www.opensolaris.org/os/licensing.
107697SMichael.Christensen@Sun.COM# See the License for the specific language governing permissions
117697SMichael.Christensen@Sun.COM# and limitations under the License.
127697SMichael.Christensen@Sun.COM#
137697SMichael.Christensen@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
147697SMichael.Christensen@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157697SMichael.Christensen@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
167697SMichael.Christensen@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
177697SMichael.Christensen@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
187697SMichael.Christensen@Sun.COM#
197697SMichael.Christensen@Sun.COM# CDDL HEADER END
207697SMichael.Christensen@Sun.COM#
217697SMichael.Christensen@Sun.COM#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
237697SMichael.Christensen@Sun.COM#
247697SMichael.Christensen@Sun.COM#
257697SMichael.Christensen@Sun.COM
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 {
437697SMichael.Christensen@Sun.COM    global:
447697SMichael.Christensen@Sun.COM	ds_init;
457697SMichael.Christensen@Sun.COM	ds_svc_reg;
467697SMichael.Christensen@Sun.COM	ds_clnt_reg;
477697SMichael.Christensen@Sun.COM	ds_hdl_lookup;
487697SMichael.Christensen@Sun.COM	ds_domain_lookup;
497697SMichael.Christensen@Sun.COM	ds_unreg_hdl;
507697SMichael.Christensen@Sun.COM	ds_send_msg;
517697SMichael.Christensen@Sun.COM	ds_recv_msg;
527697SMichael.Christensen@Sun.COM	ds_isready;
537697SMichael.Christensen@Sun.COM	ds_dom_name_to_hdl;
547697SMichael.Christensen@Sun.COM	ds_dom_hdl_to_name;
557697SMichael.Christensen@Sun.COM	ds_unreg_svc;
567697SMichael.Christensen@Sun.COM	ds_fini;
577697SMichael.Christensen@Sun.COM    local:
587697SMichael.Christensen@Sun.COM	*;
597697SMichael.Christensen@Sun.COM};
60