forked from localhorst/reHDD
parse percentage from shred cmd
This commit is contained in:
25
include/shred.h
Normal file
25
include/shred.h
Normal file
@ -0,0 +1,25 @@
|
||||
/**
|
||||
* @file shred.h
|
||||
* @brief shred drive
|
||||
* @author hendrik schutter
|
||||
* @date 03.05.2020
|
||||
*/
|
||||
|
||||
#ifndef SHRED_H_
|
||||
#define SHRED_H_
|
||||
|
||||
#include "reHDD.h"
|
||||
|
||||
class Shred
|
||||
{
|
||||
protected:
|
||||
|
||||
public:
|
||||
static void shredDrive(Drive* drive);
|
||||
|
||||
private:
|
||||
Shred(void);
|
||||
|
||||
};
|
||||
|
||||
#endif // SHRED_H_
|
Reference in New Issue
Block a user