From fdacd9951856558d66a7efae0408739b44b21ae1 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Sat, 6 Mar 2004 17:42:28 +0000 Subject: [PATCH] Add attribute and inode options to ntfscat (Szaka, modified by me). (Logical change 1.299) --- ntfsprogs/ntfscat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ntfsprogs/ntfscat.h b/ntfsprogs/ntfscat.h index babd74f3..f93b4691 100644 --- a/ntfsprogs/ntfscat.h +++ b/ntfsprogs/ntfscat.h @@ -26,10 +26,13 @@ #define _NTFSCAT_H_ #include "types.h" +#include "layout.h" struct options { char *device; /* Device/File to work with */ char *file; /* File to display */ + ATTR_TYPES attr; /* Attribute type to display */ + s64 inode; /* Inode to work with */ int force; /* Override common sense */ int quiet; /* Less output */ int verbose; /* Extra output */