1#
2# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
3#
4# External declarations - used to suppress -zdefs errors.
5
6#
7# MAPFILE HEADER START
8#
9# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
10# Object versioning must comply with the rules detailed in
11#
12#	usr/src/lib/README.mapfiles
13#
14# You should not be making modifications here until you've read the most current
15# copy of that file. If you need help, contact a gatekeeper for guidance.
16#
17# MAPFILE HEADER END
18#
19
20$mapfile_version 2
21
22SYMBOL_SCOPE {
23	add_options	{ TYPE = FUNCTION; FLAGS = extern };	# From pppd
24	idle_time_hook	{ TYPE = DATA; FLAGS = extern };	#    "     "
25	idle_time_limit	{ TYPE = DATA; FLAGS = extern };	#    "     "
26	info		{ TYPE = FUNCTION; FLAGS = extern };	#    "     "
27};
28