1#
2# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
3#
4# CDDL HEADER START
5#
6# The contents of this file are subject to the terms of the
7# Common Development and Distribution License (the "License").
8# You may not use this file except in compliance with the License.
9#
10# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11# or http://www.opensolaris.org/os/licensing.
12# See the License for the specific language governing permissions
13# and limitations under the License.
14#
15# When distributing Covered Code, include this CDDL HEADER in each
16# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17# If applicable, add the following below this CDDL HEADER, with the
18# fields enclosed by brackets "[]" replaced with your own identifying
19# information: Portions Copyright [yyyy] [name of copyright owner]
20#
21# CDDL HEADER END
22#
23
24#
25# MAPFILE HEADER START
26#
27# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
28# Object versioning must comply with the rules detailed in
29#
30#	usr/src/lib/README.mapfiles
31#
32# You should not be making modifications here until you've read the most current
33# copy of that file. If you need help, contact a gatekeeper for guidance.
34#
35# MAPFILE HEADER END
36#
37
38$mapfile_version 2
39
40SYMBOL_VERSION SUNW_1.1 {
41	global:
42		SSAStringZero;
43		SSAStringInit;
44		SSAStringCpy;
45		SSAStringToChar;
46		SSAOidNew;
47		SSAOidZero;
48		SSAOidFree;
49		SSAOidInit;
50		SSAOidCpy;
51		SSAOidDup;
52		SSAOidCmp;
53		SSAOidStrToOid;
54		SSAOidString;
55	local:
56		*;
57};
58
59SYMBOL_VERSION SUNWprivate_1.1 {
60	global:
61	address_string; 
62	delete_trap_destinator_list; 
63	errno_string; 
64	error; 
65	error_close_stderr; 
66	error_exit; 
67	error_init; 
68	error_label; 
69	error_open; 
70	error_status_string; 
71	get_my_ip_address;  
72	ip_address_string; 
73	name_to_ip_address; 
74	request_create; 
75	request_send_to_port_time_out_blocking; 
76	request_snmpEnableAuthTraps; 
77	signals_init; 
78	snmp_pdu_append_null_variable; 
79	snmp_pdu_dup; 
80	snmp_pdu_free; 
81	snmp_pdu_new; 
82	snmp_pdu_receive; 
83	snmp_pdu_send; 
84	snmp_typed_variable_append; 
85	snmp_typed_variable_new; 
86	snmp_variable_dup; 
87	snmp_variable_free; 
88	snmp_variable_list_free; 
89	snmp_variable_new; 
90	ssa_append_integer_variable; 
91	ssa_append_oid_variable; 
92	ssa_append_string_variable; 
93	sun_oid; 
94	sysUptime_instance; 
95	sysUptime_name; 
96	timeval_string; 
97	trace; 
98	trace_level; 
99	trace_set; 
100	trace_snmp_pdu; 
101	trace_trap_destinators; 
102	trap_community; 
103	trap_send_raw; 
104	trap_send_with_more_para; 
105	trap_send_to_all_destinators; 
106
107	local:
108	*; 
109};
110