summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h
index 9551805..02216bf 100644
--- a/src/util.h
+++ b/src/util.h
@@ -76,8 +76,7 @@ struct inode_nr_collect{
};
-//FIXME
-//struct for generic bitmap (only temporarily for the development)
+//struct for generic bitmap
struct ext2fs_struct_loc_generic_bitmap {
errcode_t magic;
ext2_filsys fs;
@@ -125,7 +124,11 @@ int check_dir(char*);//check if the target directory existent
//public functions imap_search.c
-void search_imap_inode(char* , __u32, __u32, int); // search inode by imap (step1 + step2)
+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 functions magic_block_scan.c
+void magic_block_scan(char* , __u32);
+
#endif