8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / cmd-inet / usr.bin / pppd / plugins / mapfile-passprompt
blobd4872809553443b3d1db4b4752d6c49283290a1a
2 # Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
4 # External declarations - used to suppress -zdefs errors.
7 # MAPFILE HEADER START
9 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
10 # Object versioning must comply with the rules detailed in
12 #       usr/src/lib/README.mapfiles
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.
17 # MAPFILE HEADER END
20 $mapfile_version 2
22 SYMBOL_SCOPE {
23         add_options     { TYPE = FUNCTION; FLAGS = extern };    #  From  pppd
24         detached        { TYPE = DATA; FLAGS = extern };        #    "     "
25         error           { TYPE = FUNCTION; FLAGS = extern };    #    "     "
26         pap_passwd_hook { TYPE = DATA; FLAGS = extern };        #    "     "
27         remote_name     { TYPE = DATA; FLAGS = extern };        #    "     "
28         slprintf        { TYPE = FUNCTION; FLAGS = extern };    #    "     "
29         sys_close       { TYPE = FUNCTION; FLAGS = extern };    #    "     "
30         warn            { TYPE = FUNCTION; FLAGS = extern };    #    "     "