1#
2# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# External declarations - used to suppress -zdefs errors.
6
7#
8# MAPFILE HEADER START
9#
10# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
11# Object versioning must comply with the rules detailed in
12#
13#	usr/src/lib/README.mapfiles
14#
15# You should not be making modifications here until you've read the most current
16# copy of that file. If you need help, contact a gatekeeper for guidance.
17#
18# MAPFILE HEADER END
19#
20
21{
22	add_options	= FUNCTION extern;	# Provided by pppd.
23	detached	= DATA extern;		#    "     "
24	error		= FUNCTION extern;	#    "     "
25	pap_passwd_hook = DATA extern;		#    "     "
26	remote_name	= DATA extern;		#    "     "
27	slprintf	= FUNCTION extern;	#    "     "
28	sys_close	= FUNCTION extern;	#    "     "
29	warn		= FUNCTION extern;	#    "     "
30};
31