mapfile-vers revision 12692:4341b447c069
1133808Spjd#
2156878Spjd# CDDL HEADER START
3133808Spjd#
4133808Spjd# The contents of this file are subject to the terms of the
5133808Spjd# Common Development and Distribution License (the "License").
6133808Spjd# You may not use this file except in compliance with the License.
7133808Spjd#
8133808Spjd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9133808Spjd# or http://www.opensolaris.org/os/licensing.
10133808Spjd# See the License for the specific language governing permissions
11133808Spjd# and limitations under the License.
12133808Spjd#
13155174Spjd# When distributing Covered Code, include this CDDL HEADER in each
14133808Spjd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15133808Spjd# If applicable, add the following below this CDDL HEADER, with the
16133808Spjd# fields enclosed by brackets "[]" replaced with your own identifying
17133808Spjd# information: Portions Copyright [yyyy] [name of copyright owner]
18133808Spjd#
19133808Spjd# CDDL HEADER END
20133808Spjd#
21133808Spjd#
22133808Spjd# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23133808Spjd#
24133808Spjd
25133808Spjd#
26133808Spjd# MAPFILE HEADER START
27133808Spjd#
28133808Spjd# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29133808Spjd# Object versioning must comply with the rules detailed in
30133808Spjd#
31133808Spjd#	usr/src/lib/README.mapfiles
32133808Spjd#
33133808Spjd# You should not be making modifications here until you've read the most current
34133808Spjd# copy of that file. If you need help, contact a gatekeeper for guidance.
35133808Spjd#
36133808Spjd# MAPFILE HEADER END
37133808Spjd#
38134136Spjd
39134136Spjd$mapfile_version 2
40134136Spjd
41134136SpjdSYMBOL_VERSION SUNWprivate {
42134168Spjd    global:
43139295Spjd	md_find_name;
44142727Spjd	md_find_node_prop;
45163888Spjd	md_fini;
46134136Spjd	md_get_prop_arcs;
47163888Spjd	md_get_prop_str;
48133808Spjd	md_get_prop_val;
49133808Spjd	md_init_intern;
50133808Spjd	md_node_count;
51133808Spjd	md_scan_dag;
52133808Spjd	md_walk_dag;
53155546Spjd    local:
54133808Spjd	*;
55133808Spjd};
56133808Spjd