diff options
author | robi <robi> | 2010-10-14 18:13:07 +0000 |
---|---|---|
committer | robi <robi> | 2010-10-14 18:13:07 +0000 |
commit | 45f2227fe9b64d8d1520c9ec0a4baff9f6cf6ea2 (patch) | |
tree | c2d3e72b6423044e91c5af030b082257ed8ebd6a /src/journal.h | |
parent | c0812049575e84538f309669b1f29a2de9701646 (diff) |
+ogg() and same smal bugs
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 |