llib-lunistat revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt * CDDL HEADER START
b7f3400f3b34fee8e29ac4a43f62c153b42b3200Tinderbox User * The contents of this file are subject to the terms of the
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont * Common Development and Distribution License (the "License").
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * You may not use this file except in compliance with the License.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont * or http://www.opensolaris.org/os/licensing.
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User * See the License for the specific language governing permissions
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt * and limitations under the License.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt * When distributing Covered Code, include this CDDL HEADER in each
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt * If applicable, add the following below this CDDL HEADER, with the
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont * fields enclosed by brackets "[]" replaced with your own identifying
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt * information: Portions Copyright [yyyy] [name of copyright owner]
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont * CDDL HEADER END
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont/* LINTLIBRARY */
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont/* PROTOLIB1 */
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupont * Use is subject to license terms.
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupontchar *spcs_s_string(spcs_s_info_t ustatus, char *msg);
7768b049c0b39662baca604ec32b32c6480f8dc6Francis Dupontvoid spcs_s_report(spcs_s_info_t ustatus, FILE *fd);
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntvoid spcs_s_exception(spcs_s_info_t ustatus, void *env);
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntvoid spcs_log(const char *product, spcs_s_info_t *status,
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt const char *format, ...);