diff options
author | robi <robi> | 2011-05-15 19:06:52 +0000 |
---|---|---|
committer | robi <robi> | 2011-05-15 19:06:52 +0000 |
commit | c9ddfc8fe6e3356f3da578dae3c7b0276be32e39 (patch) | |
tree | 8ae3e439f4ee2450c99aa0e0bf533a59cf85c6e1 /src/util.h | |
parent | eb5fd2882a41c4a2990df79abe0d500fede316ee (diff) |
exclude htree
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |