xref: /onnv-gate/usr/src/lib/libnsctl/common/mapfile-vers (revision 12692:4341b447c069)
17836SJohn.Forte@Sun.COM# CDDL HEADER START
27836SJohn.Forte@Sun.COM#
37836SJohn.Forte@Sun.COM# The contents of this file are subject to the terms of the
47836SJohn.Forte@Sun.COM# Common Development and Distribution License (the "License").
57836SJohn.Forte@Sun.COM# You may not use this file except in compliance with the License.
67836SJohn.Forte@Sun.COM#
77836SJohn.Forte@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
87836SJohn.Forte@Sun.COM# or http://www.opensolaris.org/os/licensing.
97836SJohn.Forte@Sun.COM# See the License for the specific language governing permissions
107836SJohn.Forte@Sun.COM# and limitations under the License.
117836SJohn.Forte@Sun.COM#
127836SJohn.Forte@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
137836SJohn.Forte@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
147836SJohn.Forte@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
157836SJohn.Forte@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
167836SJohn.Forte@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
177836SJohn.Forte@Sun.COM#
187836SJohn.Forte@Sun.COM# CDDL HEADER END
197836SJohn.Forte@Sun.COM#
20*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
217836SJohn.Forte@Sun.COM#
228744SAli.Bahrami@Sun.COM
238744SAli.Bahrami@Sun.COM#
248744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
278744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
328744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM
37*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
38*12692SAli.Bahrami@Oracle.COM
397836SJohn.Forte@Sun.COM#
407836SJohn.Forte@Sun.COM# Generic interface definition for usr/src/lib/libnsctl.
417836SJohn.Forte@Sun.COM#
428744SAli.Bahrami@Sun.COM
43*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
447836SJohn.Forte@Sun.COM	global:
457836SJohn.Forte@Sun.COM		_nsc_nocheck;
467836SJohn.Forte@Sun.COM		nsc_check_release;
477836SJohn.Forte@Sun.COM		nsc_close;
487836SJohn.Forte@Sun.COM		nsc_fdopen;
497836SJohn.Forte@Sun.COM		nsc_fileno;
507836SJohn.Forte@Sun.COM		nsc_freeze;
517836SJohn.Forte@Sun.COM		nsc_getsystemid;
527836SJohn.Forte@Sun.COM		nsc_gmem_data;
537836SJohn.Forte@Sun.COM		nsc_gmem_sizes;
547836SJohn.Forte@Sun.COM		nsc_id_to_name;
557836SJohn.Forte@Sun.COM		nsc_isfrozen;
567836SJohn.Forte@Sun.COM		nsc_name_to_id;
577836SJohn.Forte@Sun.COM		nsc_nvclean;
587836SJohn.Forte@Sun.COM		nsc_open;
597836SJohn.Forte@Sun.COM		nsc_partsize;
607836SJohn.Forte@Sun.COM		nsc_release;
617836SJohn.Forte@Sun.COM		nsc_reserve;
627836SJohn.Forte@Sun.COM		nsc_unfreeze;
637836SJohn.Forte@Sun.COM		nsc_create_hash;
647836SJohn.Forte@Sun.COM		nsc_insert_node;
657836SJohn.Forte@Sun.COM		nsc_lookup;
667836SJohn.Forte@Sun.COM		nsc_remove_node;
677836SJohn.Forte@Sun.COM		nsc_remove_all;
687836SJohn.Forte@Sun.COM	local:
697836SJohn.Forte@Sun.COM		*;
707836SJohn.Forte@Sun.COM};
71