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