1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNW_1.3 { 29 global: 30 ea_clear; 31 ea_fdopen; 32} SUNW_1.2; 33 34SUNW_1.2 { 35 global: 36 ea_alloc; 37 ea_attach_to_group; 38 ea_attach_to_object; 39 ea_copy_object; 40 ea_copy_object_tree; 41 ea_free; 42 ea_free_item; 43 ea_get_object_tree; 44 ea_strdup; 45 ea_strfree; 46} SUNW_1.1; 47 48SUNW_1.1 { 49 global: 50 ea_close; 51 ea_error; 52 ea_free_object; 53 ea_get_creator; 54 ea_get_hostname; 55 ea_get_object; 56 ea_match_object_catalog; 57 ea_next_object; 58 ea_open; 59 ea_pack_object; 60 ea_previous_object; 61 ea_set_group; 62 ea_set_item; 63 ea_unpack_object; 64 ea_write_object; 65}; 66 67SUNWprivate { 68 global: 69 exacct_order16; 70 exacct_order32; 71 exacct_order64; 72 local: 73 *; 74}; 75