home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / Swatch / Development / swatch 1.2 / swatch INIT / post init error / post.init.error.h < prev   
Encoding:
C/C++ Source or Header  |  1990-10-15  |  443 b   |  32 lines  |  [TEXT/KAHL]

  1. /**
  2.  
  3.     post.init.error.c
  4.     Copyright (c) 1990, joe holt
  5.  
  6.  **/
  7.  
  8.  
  9. #ifndef _H_POST_INIT_ERROR
  10. #define _H_POST_INIT_ERROR
  11.  
  12.  
  13. /**-------------------------------------------------------------------------
  14.  **
  15.  ** Headers
  16.  **
  17.  **/
  18.  
  19. #include <types.h>
  20.  
  21.  
  22. /*******************************************************************************
  23.  **
  24.  **    Public Functions
  25.  **
  26.  **/
  27.  
  28. void Post_init_error( int16 errorNumber );
  29.  
  30.  
  31. #endif  /* ifndef _H_POST_INIT_ERROR */
  32.