10Sstevel@tonic-gate# 20Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 30Sstevel@tonic-gate# 4*1676Sjpk# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 50Sstevel@tonic-gate# Use is subject to license terms. 60Sstevel@tonic-gate# 70Sstevel@tonic-gate# CDDL HEADER START 80Sstevel@tonic-gate# 90Sstevel@tonic-gate# The contents of this file are subject to the terms of the 10*1676Sjpk# Common Development and Distribution License (the "License"). 11*1676Sjpk# You may not use this file except in compliance with the License. 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 140Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 150Sstevel@tonic-gate# See the License for the specific language governing permissions 160Sstevel@tonic-gate# and limitations under the License. 170Sstevel@tonic-gate# 180Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 190Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 200Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 210Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 220Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 230Sstevel@tonic-gate# 240Sstevel@tonic-gate# CDDL HEADER END 250Sstevel@tonic-gate# 260Sstevel@tonic-gate# Generic interface definition for usr/src/lib/nsswitch/files. 270Sstevel@tonic-gate# 280Sstevel@tonic-gate# For information regarding the establishment of versioned definitions see: 290Sstevel@tonic-gate# The Linker and Libraries Manual (version 2.5 or greater) 300Sstevel@tonic-gate# This is part of the Developers Guide in the Answerbook. Specifically refer 310Sstevel@tonic-gate# to Chapter 2 under section "Defining Additional Symbols" through section 320Sstevel@tonic-gate# "Reducing Symbol Scope", and Chapter 5 "Versioning". 330Sstevel@tonic-gate# 340Sstevel@tonic-gate# For specific OSNET rules for the modification (evolution) of these version 350Sstevel@tonic-gate# definitions see: 360Sstevel@tonic-gate# Policy for Shared Library Version Names and Interface Definitions 370Sstevel@tonic-gate 380Sstevel@tonic-gate 390Sstevel@tonic-gateSUNWprivate_1.1 { 400Sstevel@tonic-gate global: 410Sstevel@tonic-gate _nss_files_bootparams_constr; 420Sstevel@tonic-gate _nss_files_auth_attr_constr; 430Sstevel@tonic-gate _nss_files_audit_user_constr; 440Sstevel@tonic-gate _nss_files_ethers_constr; 450Sstevel@tonic-gate _nss_files_exec_attr_constr; 460Sstevel@tonic-gate _nss_files_group_constr; 470Sstevel@tonic-gate _nss_files_hosts_constr; 480Sstevel@tonic-gate _nss_files_ipnodes_constr; 490Sstevel@tonic-gate _nss_files_netmasks_constr; 500Sstevel@tonic-gate _nss_files_networks_constr; 510Sstevel@tonic-gate _nss_files_passwd_constr; 520Sstevel@tonic-gate _nss_files_printers_constr; 530Sstevel@tonic-gate _nss_files__printers_constr; 540Sstevel@tonic-gate _nss_files_prof_attr_constr; 550Sstevel@tonic-gate _nss_files_project_constr; 560Sstevel@tonic-gate _nss_files_protocols_constr; 570Sstevel@tonic-gate _nss_files_rpc_constr; 580Sstevel@tonic-gate _nss_files_services_constr; 590Sstevel@tonic-gate _nss_files_shadow_constr; 600Sstevel@tonic-gate _nss_files_user_attr_constr; 61*1676Sjpk _nss_files_tnrhdb_constr; 62*1676Sjpk _nss_files_tnrhtp_constr; 630Sstevel@tonic-gate local: 640Sstevel@tonic-gate *; 650Sstevel@tonic-gate}; 66