Imported Upstream version 1.3.12
[debian/mtx] / mtxl.h
diff --git a/mtxl.h b/mtxl.h
index a4ee8880bd571d3faae251a250ff5758df14ecd9..073f4faa191527cd19b1175917a4e817b8774a6a 100644 (file)
--- a/mtxl.h
+++ b/mtxl.h
@@ -2,6 +2,7 @@
   MTX -- SCSI Tape Attached Medium Changer Control Program
 
   Copyright 1997-1998 Leonard N. Zubkoff <lnz@dandelion.com>
+  Copyright 2007-2008 by Robert Nelson <robertn@the-nelsons.org>
   This file created by Eric Lee Green <eric@badtux.org>
   
   This program is free software; you may redistribute and/or modify it under
@@ -13,8 +14,8 @@
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   for complete details.
 
-  $Date: 2007-03-24 18:14:01 -0700 (Sat, 24 Mar 2007) $
-  $Revision: 166 $
+  $Date: 2008-08-19 03:03:38 -0700 (Tue, 19 Aug 2008) $
+  $Revision: 193 $
 */
 
 /* Much of the guts of mtx.c has been extracted to mtxl.c, a library file
@@ -53,6 +54,7 @@ int min(int x, int y);
 int max(int x, int y);
 
 void PrintHex(int Indent, unsigned char *Buffer, int Length);
+int ClearUnitAttention(DEVICE_TYPE fd, RequestSense_T *RequestSense);
 
 ElementStatus_T *ReadElementStatus(    DEVICE_TYPE MediumChangerFD,
                                                                        RequestSense_T *RequestSense,