xref: /onnv-gate/usr/src/lib/libvscan/common/mapfile-vers (revision 12692:4341b447c069)
15440Sjm199354#
25440Sjm199354# CDDL HEADER START
35440Sjm199354#
45440Sjm199354# The contents of this file are subject to the terms of the
55440Sjm199354# Common Development and Distribution License (the "License").
65440Sjm199354# You may not use this file except in compliance with the License.
75440Sjm199354#
85440Sjm199354# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95440Sjm199354# or http://www.opensolaris.org/os/licensing.
105440Sjm199354# See the License for the specific language governing permissions
115440Sjm199354# and limitations under the License.
125440Sjm199354#
135440Sjm199354# When distributing Covered Code, include this CDDL HEADER in each
145440Sjm199354# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155440Sjm199354# If applicable, add the following below this CDDL HEADER, with the
165440Sjm199354# fields enclosed by brackets "[]" replaced with your own identifying
175440Sjm199354# information: Portions Copyright [yyyy] [name of copyright owner]
185440Sjm199354#
195440Sjm199354# CDDL HEADER END
205440Sjm199354#
215440Sjm199354#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
235440Sjm199354#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
375440Sjm199354#
385440Sjm199354
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate {
425440Sjm199354    global:
435440Sjm199354    	vs_props_get_all;
445440Sjm199354	vs_props_get;
455440Sjm199354	vs_props_set;
465440Sjm199354	vs_props_validate;
475440Sjm199354	vs_props_se_get;
485440Sjm199354	vs_props_se_set;
495440Sjm199354	vs_props_se_validate;
505440Sjm199354	vs_props_se_create;
515440Sjm199354	vs_props_se_delete;
525440Sjm199354	vs_statistics;
535440Sjm199354	vs_statistics_reset;
545440Sjm199354	vs_parse_types;
555440Sjm199354	vs_strtonum;
565440Sjm199354	vs_strerror;
575440Sjm199354    local:
585440Sjm199354	*;
595440Sjm199354};
60