home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / flipsrc.sit / ierror.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-11  |  150 b   |  10 lines

  1. /*
  2.  * ierror.h
  3.  */
  4.  
  5. #ifndef H_ierror
  6. #define H_ierror
  7.  
  8. extern OSErr IError(short eCode,unsigned char* p1,unsigned char* p2,unsigned char* p3);
  9.  
  10. #endif