xref: /onnv-gate/usr/src/lib/libeti/menu/common/mapfile-vers (revision 12692:4341b447c069)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
422522Sraf    global:
432522Sraf	current_item;
442522Sraf	free_item;
452522Sraf	free_menu;
462522Sraf	item_count;
472522Sraf	item_description;
482522Sraf	item_index;
492522Sraf	item_init;
502522Sraf	item_name;
512522Sraf	item_opts;
522522Sraf	item_opts_off;
532522Sraf	item_opts_on;
542522Sraf	item_term;
552522Sraf	item_userptr;
562522Sraf	item_value;
572522Sraf	item_visible;
582522Sraf	menu_back;
592522Sraf	menu_driver;
602522Sraf	menu_fore;
612522Sraf	menu_format;
622522Sraf	menu_grey;
632522Sraf	menu_init;
642522Sraf	menu_items;
652522Sraf	menu_mark;
662522Sraf	menu_opts;
672522Sraf	menu_opts_off;
682522Sraf	menu_opts_on;
692522Sraf	menu_pad;
702522Sraf	menu_pattern;
712522Sraf	menu_sub;
722522Sraf	menu_term;
732522Sraf	menu_userptr;
742522Sraf	menu_win;
752522Sraf	new_item;
762522Sraf	new_menu;
772522Sraf	pos_menu_cursor;
782522Sraf	post_menu;
792522Sraf	scale_menu;
802522Sraf	set_current_item;
812522Sraf	set_item_init;
822522Sraf	set_item_opts;
832522Sraf	set_item_term;
842522Sraf	set_item_userptr;
852522Sraf	set_item_value;
862522Sraf	set_menu_back;
872522Sraf	set_menu_fore;
882522Sraf	set_menu_format;
892522Sraf	set_menu_grey;
902522Sraf	set_menu_init;
912522Sraf	set_menu_items;
922522Sraf	set_menu_mark;
932522Sraf	set_menu_opts;
942522Sraf	set_menu_pad;
952522Sraf	set_menu_pattern;
962522Sraf	set_menu_sub;
972522Sraf	set_menu_term;
982522Sraf	set_menu_userptr;
992522Sraf	set_menu_win;
1002522Sraf	set_top_row;
1012522Sraf	top_row;
1022522Sraf	unpost_menu;
1032522Sraf};
1042522Sraf
105*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
1062522Sraf    global:
1072522Sraf	_affect_change;
1082522Sraf	_chk_current;
1092522Sraf	_chk_top;
1102522Sraf	_connect;
1112522Sraf	_Default_Item;
1122522Sraf	_Default_Menu;
1132522Sraf	_disconnect;
1142522Sraf	_draw;
1152522Sraf	_lib_version;
1162522Sraf	_link_items;
1172522Sraf	_match;
1182522Sraf	_movecurrent;
1192522Sraf	_move_post_item;
1202522Sraf	_position_cursor;
1212522Sraf	_post_item;
1222522Sraf	_scale;
1232522Sraf	_show;
1242522Sraf    local:
1252522Sraf	*;
1262522Sraf};
127