mapfile-vers revision 9330:8b1f1c2a400f
1193323Sed#
2193323Sed# Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
3193323Sed# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4193323Sed#
5193323Sed# This code is free software; you can redistribute it and/or modify it
6193323Sed# under the terms of the GNU General Public License version 2 only, as
7234353Sdim# published by the Free Software Foundation.  Oracle designates this
8193323Sed# particular file as subject to the "Classpath" exception as provided
9193323Sed# by Oracle in the LICENSE file that accompanied this code.
10193323Sed#
11193323Sed# This code is distributed in the hope that it will be useful, but WITHOUT
12193323Sed# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13193323Sed# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14193323Sed# version 2 for more details (a copy is included in the LICENSE file that
15193323Sed# accompanied this code).
16193323Sed#
17193323Sed# You should have received a copy of the GNU General Public License version
18193323Sed# 2 along with this work; if not, write to the Free Software Foundation,
19193323Sed# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20193323Sed#
21193323Sed# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22193323Sed# or visit www.oracle.com if you need additional information or have any
23193323Sed# questions.
24193323Sed#
25193323Sed
26193323Sed# Define public interface.
27193323Sed
28193323SedSUNWprivate_1.1 {
29193323Sed	global:
30193323Sed	    Agent_OnLoad;
31193323Sed	    Agent_OnUnload;
32193323Sed	local:
33193323Sed		*;
34193323Sed};
35193323Sed