1*2305Sstevel# 2*2305Sstevel#pragma ident "%Z%%M% %I% %E% SMI" 3*2305Sstevel# 4*2305Sstevel# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 5*2305Sstevel# Use is subject to license terms. 6*2305Sstevel# 7*2305Sstevel# CDDL HEADER START 8*2305Sstevel# 9*2305Sstevel# The contents of this file are subject to the terms of the 10*2305Sstevel# Common Development and Distribution License, Version 1.0 only 11*2305Sstevel# (the "License"). You may not use this file except in compliance 12*2305Sstevel# with the License. 13*2305Sstevel# 14*2305Sstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 15*2305Sstevel# or http://www.opensolaris.org/os/licensing. 16*2305Sstevel# See the License for the specific language governing permissions 17*2305Sstevel# and limitations under the License. 18*2305Sstevel# 19*2305Sstevel# When distributing Covered Code, include this CDDL HEADER in each 20*2305Sstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 21*2305Sstevel# If applicable, add the following below this CDDL HEADER, with the 22*2305Sstevel# fields enclosed by brackets "[]" replaced with your own identifying 23*2305Sstevel# information: Portions Copyright [yyyy] [name of copyright owner] 24*2305Sstevel# 25*2305Sstevel# CDDL HEADER END 26*2305Sstevel# 27*2305Sstevel 28*2305SstevelSUNWprivate_1.1 { 29*2305Sstevel global: 30*2305Sstevel cfga_change_state; 31*2305Sstevel cfga_private_func; 32*2305Sstevel cfga_test; 33*2305Sstevel cfga_stat; 34*2305Sstevel cfga_list; 35*2305Sstevel cfga_help; 36*2305Sstevel local: 37*2305Sstevel *; 38*2305Sstevel}; 39