mapfile-vers revision 8845:4be14673b9bf
1177162Sjkoshy#
2145256Sjkoshy# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
3145256Sjkoshy# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4145256Sjkoshy#
5145256Sjkoshy# This code is free software; you can redistribute it and/or modify it
6145256Sjkoshy# under the terms of the GNU General Public License version 2 only, as
7145256Sjkoshy# published by the Free Software Foundation.  Oracle designates this
8145256Sjkoshy# particular file as subject to the "Classpath" exception as provided
9145256Sjkoshy# by Oracle in the LICENSE file that accompanied this code.
10145256Sjkoshy#
11145256Sjkoshy# This code is distributed in the hope that it will be useful, but WITHOUT
12231871Sbrueffer# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13231871Sbrueffer# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14231871Sbrueffer# version 2 for more details (a copy is included in the LICENSE file that
15231871Sbrueffer# accompanied this code).
16231871Sbrueffer#
17231871Sbrueffer# You should have received a copy of the GNU General Public License version
18231871Sbrueffer# 2 along with this work; if not, write to the Free Software Foundation,
19231871Sbrueffer# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20231871Sbrueffer#
21231871Sbrueffer# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22231871Sbrueffer# or visit www.oracle.com if you need additional information or have any
23145256Sjkoshy# questions.
24145256Sjkoshy#
25145256Sjkoshy
26183596Sjkoshy# Define public interface.
27206622Suqs
28145256SjkoshySUNWprivate_1.1 {
29145256Sjkoshy	global:
30183084Sjkoshy	    Agent_OnLoad;
31183084Sjkoshy	    Agent_OnUnload;
32183084Sjkoshy	local:
33183084Sjkoshy		*;
34183084Sjkoshy};
35145256Sjkoshy