home *** CD-ROM | disk | FTP | other *** search
- /* NAME:
- NotifyMsg.h
-
- WRITTEN BY:
- Dair Grant
-
- DESCRIPTION:
- Header file for NotifyMsg.c.
-
- ___________________________________________________________________________
- */
- #ifndef __NOTIFYMSG__
- #define __NOTIFYMSG__
- //=============================================================================
- // Function prototypes
- //-----------------------------------------------------------------------------
- pascal void NotificationMessage(short errStrings, short theErr);
-
-
-
- #endif
-