xref: /illumos-gate/usr/src/lib/libeti/menu/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.1 {
41    global:
42	current_item;
43	free_item;
44	free_menu;
45	item_count;
46	item_description;
47	item_index;
48	item_init;
49	item_name;
50	item_opts;
51	item_opts_off;
52	item_opts_on;
53	item_term;
54	item_userptr;
55	item_value;
56	item_visible;
57	menu_back;
58	menu_driver;
59	menu_fore;
60	menu_format;
61	menu_grey;
62	menu_init;
63	menu_items;
64	menu_mark;
65	menu_opts;
66	menu_opts_off;
67	menu_opts_on;
68	menu_pad;
69	menu_pattern;
70	menu_sub;
71	menu_term;
72	menu_userptr;
73	menu_win;
74	new_item;
75	new_menu;
76	pos_menu_cursor;
77	post_menu;
78	scale_menu;
79	set_current_item;
80	set_item_init;
81	set_item_opts;
82	set_item_term;
83	set_item_userptr;
84	set_item_value;
85	set_menu_back;
86	set_menu_fore;
87	set_menu_format;
88	set_menu_grey;
89	set_menu_init;
90	set_menu_items;
91	set_menu_mark;
92	set_menu_opts;
93	set_menu_pad;
94	set_menu_pattern;
95	set_menu_sub;
96	set_menu_term;
97	set_menu_userptr;
98	set_menu_win;
99	set_top_row;
100	top_row;
101	unpost_menu;
102};
103
104SUNWprivate_1.1 {
105    global:
106	_affect_change;
107	_chk_current;
108	_chk_top;
109	_connect;
110	_Default_Item;
111	_Default_Menu;
112	_disconnect;
113	_draw;
114	_lib_version;
115	_link_items;
116	_match;
117	_movecurrent;
118	_move_post_item;
119	_position_cursor;
120	_post_item;
121	_scale;
122	_show;
123    local:
124	*;
125};
126