
enable_wizard(3)      LPC Library Functions      enable_wizard(3)

NNAAMMEE
       enable_wizard() - give wizard priveleges to an object

SSYYNNOOPPSSIISS
       void enable_wizard( void );

DDEESSRRIIPPTTIIOONN
       Any  interactive  object  that  calls enable_wizard() will
       cause wizardp() to return true if called on  that  object.
       enable_wizard()  gives three privileges to the interactive
       object in question:

       1.     ability to use restricted  modes  of  ed  when  the
              RESTRICTED_ED option is compiled into the driver.

       2.     privilege  of  receiving  descriptive runtime error
              messages.

       3.     privilege of using the trace(3) and  traceprefix(3)
              efuns.

SSEEEE AALLSSOO
       disable_wizard(3), wizardp(3)

Majik                      26 Jul 1997                          1

