parent
87213d0c1c
commit
e860ea0ed4
|
@ -26,6 +26,12 @@
|
|||
|
||||
#include "types.h"
|
||||
|
||||
enum action {
|
||||
act_info,
|
||||
act_test,
|
||||
act_wipe,
|
||||
};
|
||||
|
||||
struct options {
|
||||
char *device; /* Device/File to work with */
|
||||
int info; /* Show volume info */
|
||||
|
|
Loading…
Reference in New Issue