xref: /illumos-gate/usr/src/lib/libreparse/common/mapfile-vers (revision cd3e933325e68e23516a196a8fea7f49b1e497c3)
17a286c47SDai Ngo#
27a286c47SDai Ngo# CDDL HEADER START
37a286c47SDai Ngo#
47a286c47SDai Ngo# The contents of this file are subject to the terms of the
57a286c47SDai Ngo# Common Development and Distribution License (the "License").
67a286c47SDai Ngo# You may not use this file except in compliance with the License.
77a286c47SDai Ngo#
87a286c47SDai Ngo# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97a286c47SDai Ngo# or http://www.opensolaris.org/os/licensing.
107a286c47SDai Ngo# See the License for the specific language governing permissions
117a286c47SDai Ngo# and limitations under the License.
127a286c47SDai Ngo#
137a286c47SDai Ngo# When distributing Covered Code, include this CDDL HEADER in each
147a286c47SDai Ngo# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157a286c47SDai Ngo# If applicable, add the following below this CDDL HEADER, with the
167a286c47SDai Ngo# fields enclosed by brackets "[]" replaced with your own identifying
177a286c47SDai Ngo# information: Portions Copyright [yyyy] [name of copyright owner]
187a286c47SDai Ngo#
197a286c47SDai Ngo# CDDL HEADER END
207a286c47SDai Ngo#
21*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
227a286c47SDai Ngo#
237a286c47SDai Ngo
247a286c47SDai Ngo#
257a286c47SDai Ngo# MAPFILE HEADER START
267a286c47SDai Ngo#
277a286c47SDai Ngo# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
287a286c47SDai Ngo# Object versioning must comply with the rules detailed in
297a286c47SDai Ngo#
307a286c47SDai Ngo#	usr/src/lib/README.mapfiles
317a286c47SDai Ngo#
327a286c47SDai Ngo# You should not be making modifications here until you've read the most current
337a286c47SDai Ngo# copy of that file. If you need help, contact a gatekeeper for guidance.
347a286c47SDai Ngo#
357a286c47SDai Ngo# MAPFILE HEADER END
367a286c47SDai Ngo#
377a286c47SDai Ngo
38*cd3e9333SAli Bahrami$mapfile_version 2
39*cd3e9333SAli Bahrami
40*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate {
417a286c47SDai Ngo    global:
427a286c47SDai Ngo	reparse_add;
437a286c47SDai Ngo	reparse_create;
447a286c47SDai Ngo	reparse_delete;
457a286c47SDai Ngo	reparse_deref;
467a286c47SDai Ngo	reparse_free;
477a286c47SDai Ngo	reparse_init;
487a286c47SDai Ngo	reparse_parse;
497a286c47SDai Ngo	reparse_remove;
507a286c47SDai Ngo	reparse_unparse;
517a286c47SDai Ngo	reparse_validate;
527a286c47SDai Ngo	rp_plugin_init;
537a286c47SDai Ngo    local:
547a286c47SDai Ngo	*;
557a286c47SDai Ngo};
56