mapfile-vers revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
110N/A# CDDL HEADER START
110N/A#
110N/A# The contents of this file are subject to the terms of the
110N/A# Common Development and Distribution License (the "License").
110N/A# You may not use this file except in compliance with the License.
110N/A#
110N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110N/A# or http://www.opensolaris.org/os/licensing.
110N/A# See the License for the specific language governing permissions
110N/A# and limitations under the License.
110N/A#
110N/A# When distributing Covered Code, include this CDDL HEADER in each
110N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
110N/A# If applicable, add the following below this CDDL HEADER, with the
110N/A# fields enclosed by brackets "[]" replaced with your own identifying
110N/A# information: Portions Copyright [yyyy] [name of copyright owner]
110N/A#
110N/A# CDDL HEADER END
110N/A#
110N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2851N/A# Use is subject to license terms.
110N/A#
110N/A#
110N/A# Generic interface definition for usr/src/lib/libnsctl.
110N/A#
1303N/A# For information regarding the establishment of versioned definitions see:
110N/A# The Linker and Libraries Manual (version 2.5 or greater)
110N/A# This is part of the Developers Guide in the Answerbook. Specifically refer
110N/A# to Chapter 2 under section "Defining Additional Symbols" through section
1303N/A# "Reducing Symbol Scope", and Chapter 5 "Versioning".
1303N/A#
110N/A# For specific OSNET rules for the modification (evolution) of these version
1258N/A# definitions see:
110N/A# Policy for Shared Library Version Names and Interface Definitions
2899N/ASUNWprivate_1.1 {
2899N/A global:
110N/A _nsc_nocheck;
110N/A nsc_check_release;
110N/A nsc_close;
110N/A nsc_fdopen;
2851N/A nsc_fileno;
2851N/A nsc_freeze;
110N/A nsc_getsystemid;
110N/A nsc_gmem_data;
181N/A nsc_gmem_sizes;
110N/A nsc_id_to_name;
110N/A nsc_isfrozen;
110N/A nsc_name_to_id;
110N/A nsc_nvclean;
110N/A nsc_open;
110N/A nsc_partsize;
110N/A nsc_release;
110N/A nsc_reserve;
110N/A nsc_unfreeze;
1625N/A nsc_create_hash;
110N/A nsc_insert_node;
110N/A nsc_lookup;
110N/A nsc_remove_node;
110N/A nsc_remove_all;
110N/A local:
110N/A *;
110N/A};
110N/A