components/libxslt/mapfile.exslt
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 24 Mar 2011 12:44:50 -0700
changeset 148 33ca3897ae25
permissions -rw-r--r--
7029701 libxml2 should move to userland 7029702 libxslt should move to userland

#
# 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
#
# Note that the source above actually lives in the ON tree.
#
$mapfile_version 2

SYMBOL_VERSION SUNW_1.1 {
	global:
		exsltCommonRegister;
		exsltDateRegister;
		exsltDynRegister;
		exsltFuncRegister;
		exsltMathRegister;
		exsltRegisterAll;
		exsltSaxonRegister;
		exsltSetsRegister;
		exsltStrRegister;
		exsltLibexsltVersion;
		exsltLibraryVersion;
		exsltLibxmlVersion;
		exsltLibxsltVersion;
	local:
		*;
};