OpenSolaris_b135/lib/libtnf/mapfile-vers

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

#
# MAPFILE HEADER START
#
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
#	usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#

SUNWprivate_1.1 {
    global:
	tnf_default_error_handler;
	tnf_error_message;
	tnf_get_block_absolute;
	tnf_get_block_count;
	tnf_get_block_header;
	tnf_get_block_relative;
	tnf_get_char;
	tnf_get_chars;
	tnf_get_element;
	tnf_get_element_count;
	tnf_get_elements;
	tnf_get_element_type;
	tnf_get_file_header;
	tnf_get_float32;
	tnf_get_float64;
	tnf_get_int16;
	tnf_get_int32;
	tnf_get_int64;
	tnf_get_int8;
	tnf_get_kind;
	tnf_get_next_record;
	tnf_get_raw;
	tnf_get_size;
	tnf_get_slot_count;
	tnf_get_slot_index;
	tnf_get_slot_indexed;
	tnf_get_slot_name;
	tnf_get_slot_named;
	tnf_get_tag_arg;
	tnf_get_type;
	tnf_get_type_name;
	tnf_is_array;
	tnf_is_block_header;
	tnf_is_inline;
	tnf_is_record;
	tnf_is_scalar;
	tnf_is_string;
	tnf_is_struct;
	tnf_is_type;
	tnf_reader_begin;
	tnf_reader_end;
	tnf_set_error_handler;
	tnf_type_get_base;
	tnf_type_get_kind;
	tnf_type_get_name;
	tnf_type_get_property;
	tnf_type_get_size;
    local:
	*;
};