diff options
| author | robi <robi> | 2010-08-29 16:34:58 +0000 |
|---|---|---|
| committer | robi <robi> | 2010-08-29 16:34:58 +0000 |
| commit | 6512ac6340cc34ed778505293943b664e4ec1b4c (patch) | |
| tree | 6f2510b7be701282e585f6348e8c3ae966917261 /src/util.h | |
| parent | e66d5f9b85fd816571fe4a780f05fc0ad0b8256f (diff) | |
magic functions part2 (inactiv)
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |
