xref: /onnv-gate/usr/src/lib/cfgadm_plugins/shp/common/mapfile-vers (revision 12692:4341b447c069)
110923SEvan.Yan@Sun.COM#
210923SEvan.Yan@Sun.COM# CDDL HEADER START
310923SEvan.Yan@Sun.COM#
410923SEvan.Yan@Sun.COM# The contents of this file are subject to the terms of the
510923SEvan.Yan@Sun.COM# Common Development and Distribution License (the "License").
610923SEvan.Yan@Sun.COM# You may not use this file except in compliance with the License.
710923SEvan.Yan@Sun.COM#
810923SEvan.Yan@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
910923SEvan.Yan@Sun.COM# or http://www.opensolaris.org/os/licensing.
1010923SEvan.Yan@Sun.COM# See the License for the specific language governing permissions
1110923SEvan.Yan@Sun.COM# and limitations under the License.
1210923SEvan.Yan@Sun.COM#
1310923SEvan.Yan@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
1410923SEvan.Yan@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1510923SEvan.Yan@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
1610923SEvan.Yan@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
1710923SEvan.Yan@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
1810923SEvan.Yan@Sun.COM#
1910923SEvan.Yan@Sun.COM# CDDL HEADER END
2010923SEvan.Yan@Sun.COM#
2110923SEvan.Yan@Sun.COM#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2310923SEvan.Yan@Sun.COM#
2410923SEvan.Yan@Sun.COM
2510923SEvan.Yan@Sun.COM#
2610923SEvan.Yan@Sun.COM# MAPFILE HEADER START
2710923SEvan.Yan@Sun.COM#
2810923SEvan.Yan@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
2910923SEvan.Yan@Sun.COM# Object versioning must comply with the rules detailed in
3010923SEvan.Yan@Sun.COM#
3110923SEvan.Yan@Sun.COM#	usr/src/lib/README.mapfiles
3210923SEvan.Yan@Sun.COM#
3310923SEvan.Yan@Sun.COM# You should not be making modifications here until you've read the most current
3410923SEvan.Yan@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
3510923SEvan.Yan@Sun.COM#
3610923SEvan.Yan@Sun.COM# MAPFILE HEADER END
3710923SEvan.Yan@Sun.COM#
3810923SEvan.Yan@Sun.COM
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
4210923SEvan.Yan@Sun.COM    global:
4310923SEvan.Yan@Sun.COM	cfga_change_state;
4410923SEvan.Yan@Sun.COM	cfga_help;
4510923SEvan.Yan@Sun.COM	cfga_list_ext;
4610923SEvan.Yan@Sun.COM	cfga_private_func;
4710923SEvan.Yan@Sun.COM	cfga_test;
4810923SEvan.Yan@Sun.COM	cfga_version;
4910923SEvan.Yan@Sun.COM    local:
5010923SEvan.Yan@Sun.COM	*;
5110923SEvan.Yan@Sun.COM};
52