xref: /onnv-gate/usr/src/lib/libreparse/common/mapfile-vers (revision 12692:4341b447c069)
110793Sdai.ngo@sun.com#
210793Sdai.ngo@sun.com# CDDL HEADER START
310793Sdai.ngo@sun.com#
410793Sdai.ngo@sun.com# The contents of this file are subject to the terms of the
510793Sdai.ngo@sun.com# Common Development and Distribution License (the "License").
610793Sdai.ngo@sun.com# You may not use this file except in compliance with the License.
710793Sdai.ngo@sun.com#
810793Sdai.ngo@sun.com# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
910793Sdai.ngo@sun.com# or http://www.opensolaris.org/os/licensing.
1010793Sdai.ngo@sun.com# See the License for the specific language governing permissions
1110793Sdai.ngo@sun.com# and limitations under the License.
1210793Sdai.ngo@sun.com#
1310793Sdai.ngo@sun.com# When distributing Covered Code, include this CDDL HEADER in each
1410793Sdai.ngo@sun.com# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1510793Sdai.ngo@sun.com# If applicable, add the following below this CDDL HEADER, with the
1610793Sdai.ngo@sun.com# fields enclosed by brackets "[]" replaced with your own identifying
1710793Sdai.ngo@sun.com# information: Portions Copyright [yyyy] [name of copyright owner]
1810793Sdai.ngo@sun.com#
1910793Sdai.ngo@sun.com# CDDL HEADER END
2010793Sdai.ngo@sun.com#
21*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2210793Sdai.ngo@sun.com#
2310793Sdai.ngo@sun.com
2410793Sdai.ngo@sun.com#
2510793Sdai.ngo@sun.com# MAPFILE HEADER START
2610793Sdai.ngo@sun.com#
2710793Sdai.ngo@sun.com# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
2810793Sdai.ngo@sun.com# Object versioning must comply with the rules detailed in
2910793Sdai.ngo@sun.com#
3010793Sdai.ngo@sun.com#	usr/src/lib/README.mapfiles
3110793Sdai.ngo@sun.com#
3210793Sdai.ngo@sun.com# You should not be making modifications here until you've read the most current
3310793Sdai.ngo@sun.com# copy of that file. If you need help, contact a gatekeeper for guidance.
3410793Sdai.ngo@sun.com#
3510793Sdai.ngo@sun.com# MAPFILE HEADER END
3610793Sdai.ngo@sun.com#
3710793Sdai.ngo@sun.com
38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
39*12692SAli.Bahrami@Oracle.COM
40*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate {
4110793Sdai.ngo@sun.com    global:
4210793Sdai.ngo@sun.com	reparse_add;
4310793Sdai.ngo@sun.com	reparse_create;
4410793Sdai.ngo@sun.com	reparse_delete;
4510793Sdai.ngo@sun.com	reparse_deref;
4610793Sdai.ngo@sun.com	reparse_free;
4710793Sdai.ngo@sun.com	reparse_init;
4810793Sdai.ngo@sun.com	reparse_parse;
4910793Sdai.ngo@sun.com	reparse_remove;
5010793Sdai.ngo@sun.com	reparse_unparse;
5110793Sdai.ngo@sun.com	reparse_validate;
5210793Sdai.ngo@sun.com	rp_plugin_init;
5310793Sdai.ngo@sun.com    local:
5410793Sdai.ngo@sun.com	*;
5510793Sdai.ngo@sun.com};
56