Add attribute and inode options to ntfscat (Szaka, modified by me).

(Logical change 1.299)
edge.strict_endians
cantab.net!aia21 2004-03-06 17:42:28 +00:00
parent 71943895e4
commit fdacd99518
1 changed files with 3 additions and 0 deletions

View File

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