From e74cce16609dd7d4fc49a05cd3d64e059d14d840 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Mon, 21 Oct 2002 16:45:22 +0000
Subject: [PATCH] List prototype for new check function

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@75 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/atacmds.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sm5/atacmds.h b/sm5/atacmds.h
index c5b2012a7..6c207736c 100644
--- a/sm5/atacmds.h
+++ b/sm5/atacmds.h
@@ -1,4 +1,4 @@
-//  $Id: atacmds.h,v 1.13 2002/10/20 19:22:02 ballen4705 Exp $
+//  $Id: atacmds.h,v 1.14 2002/10/21 16:45:22 ballen4705 Exp $
 /*
  * atacmds.h
  *
@@ -329,6 +329,10 @@ int ataIsSmartEnabled(struct hd_driveid drive);
 /* Check SMART for Threshold failure */
 int ataCheckSmart ( struct ata_smart_values data, struct ata_smart_thresholds thresholds);
 
+int ataSmartStatus2(int device);
+
+
+
 /* int isOfflineTestTime ( struct ata_smart_values data)
 *  returns S.M.A.R.T. Offline Test Time in seconds
 */
-- 
GitLab