Skip to content
Snippets Groups Projects
Commit d124b197 authored by shattered's avatar shattered
Browse files

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
parent 01cf287a
No related branches found
No related tags found
No related merge requests found
...@@ -25,13 +25,13 @@ ...@@ -25,13 +25,13 @@
#ifndef ATAPRINT_H_ #ifndef ATAPRINT_H_
#define 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 <stdio.h>
#include <stdlib.h> #include <stdlib.h>
/* Prints ATA Drive Information and S.M.A.R.T. Capability */ /* 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 *); void ataPrintGeneralSmartValues(struct ata_smart_values *, struct ata_identify_device *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment