diff options
author | robi <robi> | 2011-04-25 16:31:51 +0000 |
---|---|---|
committer | robi <robi> | 2011-04-25 16:31:51 +0000 |
commit | 062b2e06421dfca976edd8ef5d2f18756be095bf (patch) | |
tree | 1cad1ca69f6b2a8090a832b05d2eb00091c21c8d /src/util.h | |
parent | fc9a751d28b4484e6d12c6bae3560030675158dc (diff) |
new: disaster recovery
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ int check_dir(char*);//check if the target directory existent //public functions imap_search.c -void imap_search(char* , __u32, __u32 ); // search inode by imap (step1 + step2) +void imap_search(char* , __u32, __u32 ,int ); // search inode by imap (step1 + step2) int check_find_dir(char*, ext2_ino_t, char*, char*); //check if the directory always recovert; then move |