summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
authorrobi <robi>2011-12-25 20:38:16 +0000
committerrobi <robi>2011-12-25 20:38:16 +0000
commit9d0ee99f1144cec4c00e04ce6a7e3f2653005df7 (patch)
treeea2cbe5c3bf112ab1ceb1c1046ba585e4268b3aa /src/journal.h
parentbe0c55229494231393ae0f122cac8d19753d6804 (diff)
new partial step, recover in journal lost inodes
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 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