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