home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / mtek004.zip / mt_error.h < prev    next >
C/C++ Source or Header  |  1997-09-16  |  323b  |  20 lines

  1. /*
  2.    mt_error.h
  3.  
  4.    Copyright (c) 1996, 1997 Jan Schoenepauck / Fast Forward Productions
  5.    <schoenep@uni-wuppertal.de>
  6.  
  7.    $Id: mt_error.h 1.1 1997/09/13 02:45:10 parent Exp $
  8. */
  9.  
  10.  
  11. #ifndef _MT_ERROR_H
  12. #define _MT_ERROR_H
  13.  
  14.  
  15. extern int last_error;
  16.  
  17. extern int check_sense (unsigned char *sense);
  18.  
  19. #endif
  20.