xref: /titanic_41/usr/src/lib/libnsctl/common/mapfile-vers (revision fcf3ce441efd61da9bb2884968af01cb7c1452cc)
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
5# You may not use this file except in compliance with the License.
6#
7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8# or http://www.opensolaris.org/os/licensing.
9# See the License for the specific language governing permissions
10# and limitations under the License.
11#
12# When distributing Covered Code, include this CDDL HEADER in each
13# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14# If applicable, add the following below this CDDL HEADER, with the
15# fields enclosed by brackets "[]" replaced with your own identifying
16# information: Portions Copyright [yyyy] [name of copyright owner]
17#
18# CDDL HEADER END
19#
20# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
21# Use is subject to license terms.
22#
23#
24# Generic interface definition for usr/src/lib/libnsctl.
25#
26# For information regarding the establishment of versioned definitions see:
27#	The Linker and Libraries Manual (version 2.5 or greater)
28# This is part of the Developers Guide in the Answerbook.  Specifically refer
29# to Chapter 2 under section "Defining Additional Symbols" through section
30# "Reducing Symbol Scope", and Chapter 5 "Versioning".
31#
32# For specific OSNET rules for the modification (evolution) of these version
33# definitions see:
34#	Policy for Shared Library Version Names and Interface Definitions
35SUNWprivate_1.1 {
36	global:
37		_nsc_nocheck;
38		nsc_check_release;
39		nsc_close;
40		nsc_fdopen;
41		nsc_fileno;
42		nsc_freeze;
43		nsc_getsystemid;
44		nsc_gmem_data;
45		nsc_gmem_sizes;
46		nsc_id_to_name;
47		nsc_isfrozen;
48		nsc_name_to_id;
49		nsc_nvclean;
50		nsc_open;
51		nsc_partsize;
52		nsc_release;
53		nsc_reserve;
54		nsc_unfreeze;
55		nsc_create_hash;
56		nsc_insert_node;
57		nsc_lookup;
58		nsc_remove_node;
59		nsc_remove_all;
60	local:
61		*;
62};
63