mapfile-vers revision 8744:03d5725cda56
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 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#
27# MAPFILE HEADER START
28#
29# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30# Object versioning must comply with the rules detailed in
31#
32#	usr/src/lib/README.mapfiles
33#
34# You should not be making modifications here until you've read the most current
35# copy of that file. If you need help, contact a gatekeeper for guidance.
36#
37# MAPFILE HEADER END
38#
39
40SUNWprivate_1.1 {
41    global:
42	calculate_hash;
43	connect_to_inetd;
44	destroy_basic_cfg;
45	destroy_proto_list;
46	destroy_strings;
47	dg_template;
48	find_prop;
49	free_instance_props;
50	get_netids;
51	get_prop_table;
52	get_prop_value_boolean;
53	get_prop_value_count;
54	get_prop_value_int;
55	get_prop_value_string;
56	get_protos;
57	get_rpc_prognum;
58	get_sock_type_id;
59	inet_ntop_native;
60	put_prop_value_boolean;
61	put_prop_value_count;
62	put_prop_value_int;
63	put_prop_value_string;
64	put_prop_value_string_list;
65	read_default_props;
66	read_instance_props;
67	read_prop;
68	refresh_inetd;
69	retrieve_inetd_hash;
70	safe_sendto;
71	safe_write;
72	setproctitle;
73	store_inetd_hash;
74	valid_default_prop;
75	valid_props;
76    local:
77	*;
78};
79