Add attribute and inode options to ntfscat (Szaka, modified by me).
(Logical change 1.299)edge.strict_endians
parent
71943895e4
commit
fdacd99518
|
|
@ -26,10 +26,13 @@
|
||||||
#define _NTFSCAT_H_
|
#define _NTFSCAT_H_
|
||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
#include "layout.h"
|
||||||
|
|
||||||
struct options {
|
struct options {
|
||||||
char *device; /* Device/File to work with */
|
char *device; /* Device/File to work with */
|
||||||
char *file; /* File to display */
|
char *file; /* File to display */
|
||||||
|
ATTR_TYPES attr; /* Attribute type to display */
|
||||||
|
s64 inode; /* Inode to work with */
|
||||||
int force; /* Override common sense */
|
int force; /* Override common sense */
|
||||||
int quiet; /* Less output */
|
int quiet; /* Less output */
|
||||||
int verbose; /* Extra output */
|
int verbose; /* Extra output */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue