home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks '96 / Better AD security / Source / NotifyMsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-21  |  485 b   |  22 lines  |  [TEXT/CWIE]

  1. /*    NAME:
  2.         NotifyMsg.h
  3.  
  4.     WRITTEN BY:
  5.         Dair Grant
  6.                 
  7.     DESCRIPTION:
  8.         Header file for NotifyMsg.c.
  9.  
  10.     ___________________________________________________________________________
  11. */
  12. #ifndef __NOTIFYMSG__
  13. #define __NOTIFYMSG__
  14. //=============================================================================
  15. //        Function prototypes
  16. //-----------------------------------------------------------------------------
  17. pascal void        NotificationMessage(short errStrings, short theErr);
  18.  
  19.  
  20.  
  21. #endif
  22.