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#
844N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
110N/A# Use is subject to license terms.
110N/A#
110N/A#
110N/A#
1303N/A# Generic interface definition for usr/src/lib/libcfg.
110N/A#
110N/A# For information regarding the establishment of versioned definitions see:
110N/A# The Linker and Libraries Manual (version 2.5 or greater)
1303N/A# This is part of the Developers Guide in the Answerbook. Specifically refer
1303N/A# to Chapter 2 under section "Defining Additional Symbols" through section
110N/A# "Reducing Symbol Scope", and Chapter 5 "Versioning".
1258N/A#
110N/A# For specific OSNET rules for the modification (evolution) of these version
110N/A# definitions see:
110N/A# Policy for Shared Library Version Names and Interface Definitions
110N/A
110N/A
110N/ASUNWprivate_1.1 {
110N/A global:
110N/A cfg_get_cstring;
181N/A cfg_put_cstring;
110N/A cfg_find_cstring;
110N/A cfg_get_options;
110N/A cfg_put_options;
110N/A cfg_open;
110N/A cfg_close;
110N/A cfg_rewind;
110N/A cfg_update_parser_config;
110N/A cfg_lock;
110N/A cfg_unlock;
110N/A cfg_get_lock;
110N/A cfg_resource;
110N/A cfg_commit;
110N/A cfg_location;
110N/A cfg_error;
110N/A cfg_iscluster;
110N/A cfg_issuncluster;
110N/A cfg_dgname;
110N/A cfg_dgname_islocal;
110N/A cfg_lfinit;
110N/A cfg_filelock;
110N/A cfg_fileunlock;
110N/A cfg_readpid;
110N/A cfg_writepid;
110N/A cfg_lockd_stat;
110N/A cfg_invalidate_hsizes;
110N/A cfg_cfg_isempty;
110N/A cfg_get_section;
110N/A cfg_get_num_entries;
110N/A cfg_add_user;
110N/A cfg_rem_user;
110N/A cfg_vol_enable;
110N/A cfg_vol_disable;
110N/A cfg_load_dsvols;
110N/A cfg_unload_dsvols;
110N/A cfg_load_svols;
110N/A cfg_unload_svols;
110N/A cfg_load_shadows;
110N/A cfg_unload_shadows;
110N/A cfg_get_canonical_name;
110N/A cfg_get_tags;
110N/A cfg_is_cfg;
110N/A cfg_get_srtdsec;
110N/A cfg_free_section;
110N/A cfg_shldskip_vtoc;
110N/A cfg_get_single_option;
110N/A cfg_del_option;
110N/A cfg_get_resource;
110N/A cfg_l_dgname;
110N/A local:
110N/A *;
110N/A};
110N/A