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