From 88e4c10b43783c24201e932b6494250b548ed84b Mon Sep 17 00:00:00 2001 From: robi Date: Sat, 2 Oct 2010 15:41:49 +0000 Subject: BUGs:#017547 #017556 #017557 #017559 --- src/inode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inode.h') diff --git a/src/inode.h b/src/inode.h index bcc0089..80aa711 100644 --- a/src/inode.h +++ b/src/inode.h @@ -69,7 +69,7 @@ struct ring_buf* get_j_inode_list(struct ext2_super_block*, ext2_ino_t);//fill a //functions for the magic scanner struct ext2_inode_large* new_inode(); //create a new inode int inode_add_block(struct ext2_inode_large* , blk_t , __u32); //add a block to inode -blk_t inode_add_meta_block(struct ext2_inode_large*, blk_t, blk_t*, char* ); //add the ext3 indirect Blocks to the inode +int inode_add_meta_block(struct ext2_inode_large*, blk_t, blk_t*, blk_t*,unsigned char* ); //add the ext3 indirect Blocks to the inode #endif -- cgit v1.2.3