1e1c679faSaf#
2e1c679faSaf# CDDL HEADER START
3e1c679faSaf#
4e1c679faSaf# The contents of this file are subject to the terms of the
5e1c679faSaf# Common Development and Distribution License (the "License").
6e1c679faSaf# You may not use this file except in compliance with the License.
7e1c679faSaf#
8e1c679faSaf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e1c679faSaf# or http://www.opensolaris.org/os/licensing.
10e1c679faSaf# See the License for the specific language governing permissions
11e1c679faSaf# and limitations under the License.
12e1c679faSaf#
13e1c679faSaf# When distributing Covered Code, include this CDDL HEADER in each
14e1c679faSaf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15e1c679faSaf# If applicable, add the following below this CDDL HEADER, with the
16e1c679faSaf# fields enclosed by brackets "[]" replaced with your own identifying
17e1c679faSaf# information: Portions Copyright [yyyy] [name of copyright owner]
18e1c679faSaf#
19e1c679faSaf# CDDL HEADER END
20e1c679faSaf#
21e1c679faSaf#
22cd3e9333SAli Bahrami# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
23bfed486aSAli Bahrami#
24bfed486aSAli Bahrami# MAPFILE HEADER START
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
27bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
28bfed486aSAli Bahrami#
29bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
32bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
33bfed486aSAli Bahrami#
34bfed486aSAli Bahrami# MAPFILE HEADER END
35e1c679faSaf#
36e1c679faSaf
37cd3e9333SAli Bahrami$mapfile_version 2
38cd3e9333SAli Bahrami
39cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate {
40e1c679faSaf    global:
41*f6e214c7SGavin Maltby	fmd_msg_decode_tokens;
42b6955755SRobert Johnston	fmd_msg_fini;
43b6955755SRobert Johnston	fmd_msg_getitem_id;
44b6955755SRobert Johnston	fmd_msg_getitem_nv;
45b6955755SRobert Johnston	fmd_msg_gettext_id;
46b6955755SRobert Johnston	fmd_msg_gettext_nv;
47*f6e214c7SGavin Maltby	fmd_msg_gettext_key;
48b6955755SRobert Johnston	fmd_msg_init;
49b6955755SRobert Johnston	fmd_msg_locale_get;
50b6955755SRobert Johnston	fmd_msg_locale_set;
51e1c679faSaf	fmd_msg_lock;
52e1c679faSaf	fmd_msg_unlock;
53b6955755SRobert Johnston	fmd_msg_url_get;
54b6955755SRobert Johnston	fmd_msg_url_set;
55e1c679faSaf    local:
56e1c679faSaf	*;
57e1c679faSaf};
58