From e860ea0ed4a393cf18fceb52117b19ac09174185 Mon Sep 17 00:00:00 2001 From: "flatcap.org!flatcap" Date: Thu, 9 Jan 2003 01:42:21 +0000 Subject: [PATCH] three modes (Logical change 1.80) --- ntfsprogs/ntfswipe.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ntfsprogs/ntfswipe.h b/ntfsprogs/ntfswipe.h index f06358c2..2546c7fb 100644 --- a/ntfsprogs/ntfswipe.h +++ b/ntfsprogs/ntfswipe.h @@ -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 */