xref: /titanic_41/usr/src/lib/fm/libfmnotify/common/mapfile-vers (revision 6a634c9dca3093f3922e4b7ab826d7bdf17bf78e)
1*f6e214c7SGavin Maltby#
2*f6e214c7SGavin Maltby# CDDL HEADER START
3*f6e214c7SGavin Maltby#
4*f6e214c7SGavin Maltby# The contents of this file are subject to the terms of the
5*f6e214c7SGavin Maltby# Common Development and Distribution License (the "License").
6*f6e214c7SGavin Maltby# You may not use this file except in compliance with the License.
7*f6e214c7SGavin Maltby#
8*f6e214c7SGavin Maltby# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*f6e214c7SGavin Maltby# or http://www.opensolaris.org/os/licensing.
10*f6e214c7SGavin Maltby# See the License for the specific language governing permissions
11*f6e214c7SGavin Maltby# and limitations under the License.
12*f6e214c7SGavin Maltby#
13*f6e214c7SGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each
14*f6e214c7SGavin Maltby# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*f6e214c7SGavin Maltby# If applicable, add the following below this CDDL HEADER, with the
16*f6e214c7SGavin Maltby# fields enclosed by brackets "[]" replaced with your own identifying
17*f6e214c7SGavin Maltby# information: Portions Copyright [yyyy] [name of copyright owner]
18*f6e214c7SGavin Maltby#
19*f6e214c7SGavin Maltby# CDDL HEADER END
20*f6e214c7SGavin Maltby#
21*f6e214c7SGavin Maltby#
22*f6e214c7SGavin Maltby# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23*f6e214c7SGavin Maltby#
24*f6e214c7SGavin Maltby# MAPFILE HEADER START
25*f6e214c7SGavin Maltby#
26*f6e214c7SGavin Maltby# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
27*f6e214c7SGavin Maltby# Object versioning must comply with the rules detailed in
28*f6e214c7SGavin Maltby#
29*f6e214c7SGavin Maltby#	usr/src/lib/README.mapfiles
30*f6e214c7SGavin Maltby#
31*f6e214c7SGavin Maltby# You should not be making modifications here until you've read the most current
32*f6e214c7SGavin Maltby# copy of that file. If you need help, contact a gatekeeper for guidance.
33*f6e214c7SGavin Maltby#
34*f6e214c7SGavin Maltby# MAPFILE HEADER END
35*f6e214c7SGavin Maltby#
36*f6e214c7SGavin Maltby
37*f6e214c7SGavin Maltby$mapfile_version 2
38*f6e214c7SGavin Maltby
39*f6e214c7SGavin MaltbySYMBOL_VERSION SUNWprivate {
40*f6e214c7SGavin Maltby    global:
41*f6e214c7SGavin Maltby	nd_abort;
42*f6e214c7SGavin Maltby	nd_cleanup;
43*f6e214c7SGavin Maltby	nd_daemonize;
44*f6e214c7SGavin Maltby	nd_debug;
45*f6e214c7SGavin Maltby	nd_dump_nvlist;
46*f6e214c7SGavin Maltby	nd_error;
47*f6e214c7SGavin Maltby	nd_free_event_info;
48*f6e214c7SGavin Maltby	nd_free_nvlarray;
49*f6e214c7SGavin Maltby	nd_free_strarray;
50*f6e214c7SGavin Maltby	nd_get_astring_prop;
51*f6e214c7SGavin Maltby	nd_get_boolean_prop;
52*f6e214c7SGavin Maltby	nd_get_diagcode;
53*f6e214c7SGavin Maltby	nd_get_event_fmri;
54*f6e214c7SGavin Maltby	nd_get_event_info;
55*f6e214c7SGavin Maltby	nd_get_notify_prefs;
56*f6e214c7SGavin Maltby	nd_join_strarray;
57*f6e214c7SGavin Maltby	nd_merge_strarray;
58*f6e214c7SGavin Maltby	nd_split_list;
59*f6e214c7SGavin Maltby    local:
60*f6e214c7SGavin Maltby	*;
61*f6e214c7SGavin Maltby};
62