mapfile-vers revision 8845:4be14673b9bf
160484Sobrien
2218822Sdim#
3130561Sobrien# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
460484Sobrien# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
560484Sobrien#
660484Sobrien# This code is free software; you can redistribute it and/or modify it
760484Sobrien# under the terms of the GNU General Public License version 2 only, as
860484Sobrien# published by the Free Software Foundation.  Oracle designates this
960484Sobrien# particular file as subject to the "Classpath" exception as provided
1060484Sobrien# by Oracle in the LICENSE file that accompanied this code.
1160484Sobrien#
1260484Sobrien# This code is distributed in the hope that it will be useful, but WITHOUT
1360484Sobrien# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1460484Sobrien# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1560484Sobrien# version 2 for more details (a copy is included in the LICENSE file that
1660484Sobrien# accompanied this code).
1760484Sobrien#
1860484Sobrien# You should have received a copy of the GNU General Public License version
1960484Sobrien# 2 along with this work; if not, write to the Free Software Foundation,
20218822Sdim# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
21218822Sdim#
2260484Sobrien# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
23218822Sdim# or visit www.oracle.com if you need additional information or have any
2460484Sobrien# questions.
2560484Sobrien#
2660484Sobrien
2789857Sobrien# Define library interface.
2860484Sobrien
2960484SobrienSUNWprivate_1.1 {
3060484Sobrien	global:
3160484Sobrien	    Java_com_sun_java_util_jar_pack_NativeUnpack_finish;
3260484Sobrien	    Java_com_sun_java_util_jar_pack_NativeUnpack_getNextFile;
3360484Sobrien	    Java_com_sun_java_util_jar_pack_NativeUnpack_getOption;
3460484Sobrien	    Java_com_sun_java_util_jar_pack_NativeUnpack_getUnusedInput;
3560484Sobrien	    Java_com_sun_java_util_jar_pack_NativeUnpack_initIDs;
36107492Sobrien	    Java_com_sun_java_util_jar_pack_NativeUnpack_setOption;
3760484Sobrien	    Java_com_sun_java_util_jar_pack_NativeUnpack_start;
3877298Sobrien	local:
3960484Sobrien	    *;
4060484Sobrien};
4160484Sobrien