summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
authorrobi <robi>2011-12-16 20:10:38 +0000
committerrobi <robi>2011-12-16 20:10:38 +0000
commitbe0c55229494231393ae0f122cac8d19753d6804 (patch)
tree2a24350baffbeab4b2896261d0c57e7cf6579c43 /src/journal.h
parentae69498e24734878c5b4116bbef0801312fc9b7d (diff)
BUG #018427: support for libext2fs 1.41.x and 1.42.x
Diffstat (limited to 'src/journal.h')
-rw-r--r--src/journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal.h b/src/journal.h
index 95320c6..1e90ca9 100644
--- a/src/journal.h
+++ b/src/journal.h
@@ -71,7 +71,7 @@ int dump_journal_block( __u32 , int );
void print_block_transaction(blk64_t,int);//print all transactions for a fs-block
__u32 get_journal_blocknr(blk64_t, __u32);// get the last dir-block for transaction from journal or if not found the real block
-int get_last_block(char*, blk_t*, __u32, __u32);// get the last dir-block for transaction from journal or if not, found the real block
+int get_last_block(char*, blk64_t*, __u32, __u32);// get the last dir-block for transaction from journal or if not, found the real block
int get_block_bitmap_list( journal_bitmap_tag_t**);//get a list of all copies of blockbitmap from journal
int init_block_bitmap_list(ext2fs_block_bitmap* , __u32); //create and init the the journal block bitmap
void clear_block_bitmap_list(ext2fs_block_bitmap); //destroy the journal block bitmap