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