home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Pinup 2.1.0 / src / errorDLOG.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-02  |  140 b   |  11 lines  |  [TEXT/MMCC]

  1. /* errorDLOG.h */ 
  2.  
  3. #define k_fatal true
  4. #define k_nonfatal false
  5.  
  6. #define k_alert_ID 128
  7.  
  8. void ErrorDLOG( char *errMsg, Boolean fatal );
  9.  
  10.  
  11.