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
28SUNWprivate_1.1 {
29    global:
30	uu_alt_exit;
31	uu_avl_create;
32	uu_avl_destroy;
33	uu_avl_find;
34	uu_avl_first;
35	uu_avl_insert;
36	uu_avl_last;
37	uu_avl_nearest_next;
38	uu_avl_nearest_prev;
39	uu_avl_next;
40	uu_avl_node_fini;
41	uu_avl_node_init;
42	uu_avl_numnodes;
43	uu_avl_pool_create;
44	uu_avl_pool_destroy;
45	uu_avl_prev;
46	uu_avl_remove;
47	uu_avl_teardown;
48	uu_avl_walk;
49	uu_avl_walk_end;
50	uu_avl_walk_next;
51	uu_avl_walk_start;
52	uu_check_name;
53	uu_die;
54	uu_dprintf;
55	uu_dprintf_create;
56	uu_dprintf_destroy;
57	uu_dprintf_getname;
58	uu_error;
59	uu_exit_fatal;
60	uu_exit_ok;
61	uu_exit_usage;
62	uu_free;
63	uu_getpname;
64	uu_list_create;
65	uu_list_destroy;
66	uu_list_find;
67	uu_list_first;
68	uu_list_insert;
69	uu_list_insert_after;
70	uu_list_insert_before;
71	uu_list_last;
72	uu_list_nearest_next;
73	uu_list_nearest_prev;
74	uu_list_next;
75	uu_list_node_fini;
76	uu_list_node_init;
77	uu_list_numnodes;
78	uu_list_pool_create;
79	uu_list_pool_destroy;
80	uu_list_prev;
81	uu_list_remove;
82	uu_list_teardown;
83	uu_list_walk;
84	uu_list_walk_end;
85	uu_list_walk_next;
86	uu_list_walk_start;
87	uu_msprintf;
88	uu_open_tmp;
89	uu_setpname;
90	uu_strerror;
91	uu_strtoint;
92	uu_strtouint;
93	uu_vdie;
94	uu_vwarn;
95	uu_vxdie;
96	uu_warn;
97	uu_xdie;
98	uu_zalloc;
99    local:
100	*;
101};
102