xref: /onnv-gate/usr/src/lib/librestart/common/mapfile-vers (revision 6045:7a731d54b2bc)
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*6045Srm88369# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
252522Sraf# ident	"%Z%%M%	%I%	%E% SMI"
262522Sraf#
272522Sraf
282522SrafSUNWprivate_1.1 {
292522Sraf    global:
302522Sraf	restarter_bind_handle;
312522Sraf	_restarter_commit_states;
322522Sraf	restarter_event_get_current_states;
332522Sraf	restarter_event_get_enabled;
342522Sraf	restarter_event_get_handle;
352522Sraf	restarter_event_get_instance;
362522Sraf	restarter_event_get_seq;
372522Sraf	restarter_event_get_time;
382522Sraf	restarter_event_get_type;
39*6045Srm88369	restarter_event_publish_retry;
402522Sraf	restarter_free_method_context;
412522Sraf	_restarter_get_channel_name;
422522Sraf	restarter_get_method_context;
432522Sraf	restarter_is_kill_method;
442522Sraf	restarter_is_kill_proc_method;
452522Sraf	restarter_is_null_method;
462522Sraf	restarter_remove_contract;
472522Sraf	restarter_rm_libs_loadable;
482522Sraf	restarter_set_method_context;
492522Sraf	restarter_set_states;
502522Sraf	restarter_state_to_string;
512522Sraf	restarter_store_contract;
522522Sraf	restarter_string_to_state;
532522Sraf    local:
542522Sraf	*;
552522Sraf};
56