xref: /illumos-gate/usr/src/lib/libadm/common/mapfile-vers (revision 581cede61ac9c14d8d4ea452562a567189eead78)
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
40SUNW_1.2 {
41    global:
42	read_extvtoc;
43	write_extvtoc;
44} SUNW_1.1;
45
46# Due to mistakes made early in the history of this library, there are
47# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
48# Don't add any symbols to this version.
49
50SUNW_1.1 {
51    global:
52	SUNW_1.1;
53} SUNW_0.7;
54
55SUNW_0.7 {
56    global:
57	pkgdir;
58	read_vtoc;
59	write_vtoc;
60};
61
62SUNWprivate_1.1 {
63    global:
64	_adddevtabrec;
65	_adddgrptabrec;
66	allocmenu;
67	ckdate;
68	ckdate_err;
69	ckdate_hlp;
70	ckdate_val;
71	ckgid;
72	ckgid_dsp;
73	ckgid_err;
74	ckgid_hlp;
75	ckgid_val;
76	ckindent;
77	ckint;
78	ckint_err;
79	ckint_hlp;
80	ckint_val;
81	ckitem;
82	ckitem_err;
83	ckitem_hlp;
84	ckkeywd;
85	ckpath;
86	ckpath_err;
87	ckpath_hlp;
88	ckpath_stx;
89	ckpath_val;
90	ckquit;
91	ckrange;
92	ckrange_err;
93	ckrange_hlp;
94	ckrange_val;
95	ckstr;
96	ckstr_err;
97	ckstr_hlp;
98	ckstr_val;
99	cktime;
100	cktime_err;
101	cktime_hlp;
102	cktime_val;
103	ckuid;
104	ckuid_dsp;
105	ckuid_err;
106	ckuid_hlp;
107	ckuid_val;
108	ckwidth;
109	ckyorn;
110	ckyorn_err;
111	ckyorn_hlp;
112	ckyorn_val;
113	devattr;
114	devfree;
115	devreserv;
116	_devtabpath;
117	_dgrptabpath;
118	_enddevtab;
119	fpkginfo;
120	fpkginst;
121	fpkgparam;
122	get_ABI_namelngth;
123	getdev;
124	getdgrp;
125	getfullblkname;
126	getfullrawname;
127	getinput;
128	get_install_root;
129	get_PKGADM;
130	get_PKGLOC;
131	get_PKGOLD;
132	getvol;
133	_getvol;
134	listdev;
135	listdgrp;
136	_moddevtabrec;
137	_opendevtab;
138	_opendgrptab;
139	pkgfile;
140	pkginfo;
141	pkginfofind;
142	pkgnmchk;
143	pkgparam;
144	printmenu;
145	puterror;
146	puthelp;
147	putprmpt;
148	puttext;
149	reservdev;
150	_rmdevtabattrs;
151	_rmdevtabrec;
152	_rmdgrpmems;
153	_rmdgrptabrec;
154	_rsvtabpath;
155	set_ABI_namelngth;
156	set_install_root;
157	setinvis;
158	setitem;
159	set_PKGADM;
160	set_PKGLOC;
161	set_PKGpaths;
162	_validalias;
163    local:
164	*;
165};
166