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