From c9ddfc8fe6e3356f3da578dae3c7b0276be32e39 Mon Sep 17 00:00:00 2001 From: robi Date: Sun, 15 May 2011 19:06:52 +0000 Subject: exclude htree --- src/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util.h') 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 -- cgit v1.2.3