summaryrefslogtreecommitdiff
path: root/src/inode.h
diff options
context:
space:
mode:
authorrobi <robi>2010-10-02 15:41:49 +0000
committerrobi <robi>2010-10-02 15:41:49 +0000
commit88e4c10b43783c24201e932b6494250b548ed84b (patch)
tree0e47a288f716c0e6fdf5ce425ebabd9fd3562fa5 /src/inode.h
parent36208b20d0afdd5d26fcaf57fb4b7a384d93157c (diff)
BUGs:#017547 #017556 #017557 #017559
Diffstat (limited to 'src/inode.h')
-rw-r--r--src/inode.h2
1 files changed, 1 insertions, 1 deletions
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