summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorrobi <robi>2011-05-15 19:06:52 +0000
committerrobi <robi>2011-05-15 19:06:52 +0000
commitc9ddfc8fe6e3356f3da578dae3c7b0276be32e39 (patch)
tree8ae3e439f4ee2450c99aa0e0bf533a59cf85c6e1 /src/util.h
parenteb5fd2882a41c4a2990df79abe0d500fede316ee (diff)
exclude htree
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 2979a94..1890e5b 100644
--- a/src/util.h
+++ b/src/util.h
@@ -27,6 +27,7 @@
#define PARSE_OPT 0x0004
#define ONLY_JOURNAL 0x0008
#define DELETED_DIR 0x0010
+#define SKIP_HTREE 0x0020
// control flags for recover- and listmodus
#define DOUPLE_QUOTES_LIST 0x0100
@@ -185,5 +186,7 @@ void get_file_property(struct found_data_t*); //set the file properties and the
//public functions magic_block_scan.c
int magic_block_scan3(char*, __u32);//main of the magic_scan_engine for ext3
+//functions in develop
+int magic_block_scan4(char*, __u32);//main of the magic_scan_engine for ext4
#endif