three modes

(Logical change 1.80)
edge.strict_endians
flatcap.org!flatcap 2003-01-09 01:42:21 +00:00
parent 87213d0c1c
commit e860ea0ed4
1 changed files with 6 additions and 0 deletions

View File

@ -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 */