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 3f3648a..95320c6 100644 --- a/src/journal.h +++ b/src/journal.h @@ -77,4 +77,4 @@ int init_block_bitmap_list(ext2fs_block_bitmap* , __u32); //create and init the 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 -#endif
\ No newline at end of file +#endif |