xref: /onnv-gate/usr/src/lib/librestart/common/mapfile-vers (revision 12967:ab9ae749152f)
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#
2212692SAli.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
3912692SAli.Bahrami@Oracle.COM$mapfile_version 2
4012692SAli.Bahrami@Oracle.COM
4112692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
422522Sraf    global:
432522Sraf	restarter_bind_handle;
442522Sraf	_restarter_commit_states;
452522Sraf	restarter_event_get_current_states;
462522Sraf	restarter_event_get_enabled;
472522Sraf	restarter_event_get_handle;
482522Sraf	restarter_event_get_instance;
492522Sraf	restarter_event_get_seq;
502522Sraf	restarter_event_get_time;
512522Sraf	restarter_event_get_type;
526045Srm88369	restarter_event_publish_retry;
532522Sraf	restarter_free_method_context;
542522Sraf	_restarter_get_channel_name;
552522Sraf	restarter_get_method_context;
562522Sraf	restarter_is_kill_method;
572522Sraf	restarter_is_kill_proc_method;
582522Sraf	restarter_is_null_method;
592522Sraf	restarter_remove_contract;
602522Sraf	restarter_rm_libs_loadable;
612522Sraf	restarter_set_method_context;
622522Sraf	restarter_set_states;
632522Sraf	restarter_state_to_string;
642522Sraf	restarter_store_contract;
652522Sraf	restarter_string_to_state;
66*12967Sgavin.maltby@oracle.com	restarter_str_version;
678823STruong.Q.Nguyen@Sun.COM	restarter_inst_validate_ractions_aux_fmri;
688823STruong.Q.Nguyen@Sun.COM	restarter_inst_ractions_from_tty;
698823STruong.Q.Nguyen@Sun.COM	restarter_inst_reset_ractions_aux_fmri;
708823STruong.Q.Nguyen@Sun.COM	restarter_inst_reset_aux_fmri;
718823STruong.Q.Nguyen@Sun.COM	restarter_inst_set_aux_fmri;
729765SSean.Wilcox@Sun.COM	restarter_mc_error_destroy;
73*12967Sgavin.maltby@oracle.com	restarter_get_str_short;
74*12967Sgavin.maltby@oracle.com	restarter_get_str_long;
752522Sraf    local:
762522Sraf	*;
772522Sraf};
78