xref: /illumos-gate/usr/src/lib/libreparse/common/mapfile-vers (revision 7a286c471efbab8562f7655a82931904703fffe0)
1*7a286c47SDai Ngo#
2*7a286c47SDai Ngo# CDDL HEADER START
3*7a286c47SDai Ngo#
4*7a286c47SDai Ngo# The contents of this file are subject to the terms of the
5*7a286c47SDai Ngo# Common Development and Distribution License (the "License").
6*7a286c47SDai Ngo# You may not use this file except in compliance with the License.
7*7a286c47SDai Ngo#
8*7a286c47SDai Ngo# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*7a286c47SDai Ngo# or http://www.opensolaris.org/os/licensing.
10*7a286c47SDai Ngo# See the License for the specific language governing permissions
11*7a286c47SDai Ngo# and limitations under the License.
12*7a286c47SDai Ngo#
13*7a286c47SDai Ngo# When distributing Covered Code, include this CDDL HEADER in each
14*7a286c47SDai Ngo# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*7a286c47SDai Ngo# If applicable, add the following below this CDDL HEADER, with the
16*7a286c47SDai Ngo# fields enclosed by brackets "[]" replaced with your own identifying
17*7a286c47SDai Ngo# information: Portions Copyright [yyyy] [name of copyright owner]
18*7a286c47SDai Ngo#
19*7a286c47SDai Ngo# CDDL HEADER END
20*7a286c47SDai Ngo#
21*7a286c47SDai Ngo# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
22*7a286c47SDai Ngo# Use is subject to license terms.
23*7a286c47SDai Ngo#
24*7a286c47SDai Ngo
25*7a286c47SDai Ngo#
26*7a286c47SDai Ngo# MAPFILE HEADER START
27*7a286c47SDai Ngo#
28*7a286c47SDai Ngo# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29*7a286c47SDai Ngo# Object versioning must comply with the rules detailed in
30*7a286c47SDai Ngo#
31*7a286c47SDai Ngo#	usr/src/lib/README.mapfiles
32*7a286c47SDai Ngo#
33*7a286c47SDai Ngo# You should not be making modifications here until you've read the most current
34*7a286c47SDai Ngo# copy of that file. If you need help, contact a gatekeeper for guidance.
35*7a286c47SDai Ngo#
36*7a286c47SDai Ngo# MAPFILE HEADER END
37*7a286c47SDai Ngo#
38*7a286c47SDai Ngo
39*7a286c47SDai NgoSUNWprivate {
40*7a286c47SDai Ngo    global:
41*7a286c47SDai Ngo	reparse_add;
42*7a286c47SDai Ngo	reparse_create;
43*7a286c47SDai Ngo	reparse_delete;
44*7a286c47SDai Ngo	reparse_deref;
45*7a286c47SDai Ngo	reparse_free;
46*7a286c47SDai Ngo	reparse_init;
47*7a286c47SDai Ngo	reparse_parse;
48*7a286c47SDai Ngo	reparse_remove;
49*7a286c47SDai Ngo	reparse_unparse;
50*7a286c47SDai Ngo	reparse_validate;
51*7a286c47SDai Ngo	rp_plugin_init;
52*7a286c47SDai Ngo    local:
53*7a286c47SDai Ngo	*;
54*7a286c47SDai Ngo};
55