diff options
Diffstat (limited to 'src/journal.h')
-rw-r--r-- | src/journal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal.h b/src/journal.h index 1e90ca9..be28b85 100644 --- a/src/journal.h +++ b/src/journal.h @@ -76,5 +76,5 @@ int get_block_bitmap_list( journal_bitmap_tag_t**);//get a list of all copies of 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 int next_block_bitmap(ext2fs_block_bitmap); //produces a differential block bitmap for a transaction from the Journal - +int get_pool_block(unsigned char*); #endif |