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.1 {
29    global:
30	ct_ctl_abandon;
31	ct_ctl_ack;
32	ct_ctl_adopt;
33	ct_ctl_newct;
34	ct_ctl_qack;
35	ct_event_free;
36	ct_event_get_ctid;
37	ct_event_get_evid;
38	ct_event_get_flags;
39	ct_event_get_nevid;
40	ct_event_get_newct;
41	ct_event_get_type;
42	ct_event_read;
43	ct_event_read_critical;
44	ct_event_reliable;
45	ct_event_reset;
46	ct_pr_event_get_exitstatus;
47	ct_pr_event_get_gcorefile;
48	ct_pr_event_get_pcorefile;
49	ct_pr_event_get_pid;
50	ct_pr_event_get_ppid;
51	ct_pr_event_get_sender;
52	ct_pr_event_get_senderct;
53	ct_pr_event_get_signal;
54	ct_pr_event_get_zcorefile;
55	ct_pr_status_get_contracts;
56	ct_pr_status_get_fatal;
57	ct_pr_status_get_members;
58	ct_pr_status_get_param;
59	ct_pr_tmpl_get_fatal;
60	ct_pr_tmpl_get_param;
61	ct_pr_tmpl_get_transfer;
62	ct_pr_tmpl_set_fatal;
63	ct_pr_tmpl_set_param;
64	ct_pr_tmpl_set_transfer;
65	ct_status_free;
66	ct_status_get_cookie;
67	ct_status_get_critical;
68	ct_status_get_holder;
69	ct_status_get_id;
70	ct_status_get_informative;
71	ct_status_get_nevents;
72	ct_status_get_nevid;
73	ct_status_get_ntime;
74	ct_status_get_qtime;
75	ct_status_get_state;
76	ct_status_get_type;
77	ct_status_get_zoneid;
78	ct_status_read;
79	ct_tmpl_activate;
80	ct_tmpl_clear;
81	ct_tmpl_create;
82	ct_tmpl_get_cookie;
83	ct_tmpl_get_critical;
84	ct_tmpl_get_informative;
85	ct_tmpl_set_cookie;
86	ct_tmpl_set_critical;
87	ct_tmpl_set_informative;
88};
89
90SUNWprivate_1.1 {
91    global:
92	contract_abandon_id;
93	contract_event_dump;
94	contract_latest;
95	contract_open;
96	getctid;
97    local:
98	*;
99};
100