mapfile-intf revision cd3e933325e68e23516a196a8fea7f49b1e497c3
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# CDDL HEADER START
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# The contents of this file are subject to the terms of the
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Common Development and Distribution License (the "License").
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# You may not use this file except in compliance with the License.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# or http://www.opensolaris.org/os/licensing.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# See the License for the specific language governing permissions
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# and limitations under the License.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# CDDL HEADER END
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# MAPFILE HEADER START
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Object versioning must comply with the rules detailed in
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# usr/src/lib/README.mapfiles
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# You should not be making modifications here until you've read the most current
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# copy of that file. If you need help, contact a gatekeeper for guidance.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# MAPFILE HEADER END
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews$mapfile_version 2
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# snmpdx provides a couple of libssagent.so.1 functions.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSYMBOL_SCOPE {
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt global:
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt default_config_file;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt default_error_file;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt default_sec_config_file;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt node_table;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt agent_end;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt agent_select_info;
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews agent_select_callback;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt agent_loop;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt agent_init;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt};
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt