From d124b197dd085fa70758bec8c5c28a93f690f344 Mon Sep 17 00:00:00 2001
From: shattered <shattered@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sun, 17 Sep 2006 10:12:51 +0000
Subject: [PATCH] If a drive is in database, it supports SMART by definition. 
 Don't require '-T permissive' in this case.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2259 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/ataprint.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sm5/ataprint.h b/sm5/ataprint.h
index d2e1e46fc..968cfdd03 100644
--- a/sm5/ataprint.h
+++ b/sm5/ataprint.h
@@ -25,13 +25,13 @@
 #ifndef ATAPRINT_H_
 #define ATAPRINT_H_
 
-#define ATAPRINT_H_CVSID "$Id: ataprint.h,v 1.28 2006/04/12 14:54:28 ballen4705 Exp $\n"
+#define ATAPRINT_H_CVSID "$Id: ataprint.h,v 1.29 2006/09/17 10:12:51 shattered Exp $\n"
 
 #include <stdio.h>
 #include <stdlib.h>
 
 /* Prints ATA Drive Information and S.M.A.R.T. Capability */
-void ataPrintDriveInfo(struct ata_identify_device *);
+int ataPrintDriveInfo(struct ata_identify_device *);
 
 void ataPrintGeneralSmartValues(struct ata_smart_values *, struct ata_identify_device *);
 
-- 
GitLab