diff options
author | robi <robi> | 2010-09-24 02:03:00 +0000 |
---|---|---|
committer | robi <robi> | 2010-09-24 02:03:00 +0000 |
commit | 2761a6bac18b775c6ddd5dcdc83ade0ce6e4944c (patch) | |
tree | 62226f1e1439c8c1e7241722fe86bfcb2e728528 /src/util.h | |
parent | 2a7afdee4772f99afdc404bcafea2b70df1bead0 (diff) |
magic functions
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -173,7 +173,15 @@ void imap_search(char* , __u32, __u32 ); // search inode by imap (step1 + step2) int check_find_dir(char*, ext2_ino_t, char*, char*); //check if the directory always recovert; then move + +//public function file_type.c +int ident_file(struct found_data_t*, __u32*, char*, char*); // index of the files corresponding magic result strings +void get_file_property(struct found_data_t*); //set the file properties and the extension + + + //public functions magic_block_scan.c -//void magic_block_scan(char* , __u32); +int magic_block_scan3(char*, __u32);//main of the magic_scan_engine for ext3 + #endif |