diff options
author | robi <robi> | 2011-10-23 12:24:44 +0000 |
---|---|---|
committer | robi <robi> | 2011-10-23 12:24:44 +0000 |
commit | 43108fe26c6c7c2168fe2253fbf7c30db0f8bab7 (patch) | |
tree | 5d781593b50024fe3ded04c9ed8f591cf8618636 /src/util.h | |
parent | e19aee9ba2dd89c142329e1fe7cd1109149cba4d (diff) |
type sorted file names with extension in MAGIC-2/
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -210,6 +210,7 @@ void get_file_property(struct found_data_t*); //set the file properties and the //public functions magic_block_scan.c +struct found_data_t* free_file_data(struct found_data_t*); //clear + free found_data int magic_block_scan3(char*, __u32);//main of the magic_scan_engine for ext3 //functions in develop |