summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorrobi <robi>2011-10-23 12:24:44 +0000
committerrobi <robi>2011-10-23 12:24:44 +0000
commit43108fe26c6c7c2168fe2253fbf7c30db0f8bab7 (patch)
tree5d781593b50024fe3ded04c9ed8f591cf8618636 /src/util.h
parente19aee9ba2dd89c142329e1fe7cd1109149cba4d (diff)
type sorted file names with extension in MAGIC-2/
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index d843f57..7dc4033 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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