home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / WSC4C21.ZIP / SIOERROR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-22  |  143 b   |  8 lines

  1. /* sioerror.h */
  2.  
  3. #ifdef __cplusplus
  4. extern "C" void cdecl SioError(int,char *);
  5. #else
  6. extern void cdecl SioError(int,char *);
  7. #endif
  8.