]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Add prototype for e2fsck_write_inode_full.
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 30 May 2006 14:29:15 +0000 (16:29 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Tue, 30 May 2006 14:29:15 +0000 (16:29 +0200)
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
e2fsck/e2fsck.h

index 30ff8589cc8da3afa0856702dac183ffbcc7b82d..1194322ee9545221b679d614d42f16e76b2e0283 100644 (file)
@@ -464,6 +464,9 @@ extern void e2fsck_read_inode(e2fsck_t ctx, unsigned long ino,
                              struct ext2_inode * inode, const char * proc);
 extern void e2fsck_write_inode(e2fsck_t ctx, unsigned long ino,
                               struct ext2_inode * inode, const char * proc);
+extern void e2fsck_write_inode_full(e2fsck_t ctx, unsigned long ino,
+                               struct ext2_inode * inode, int bufsize,
+                               const char *proc);
 #ifdef MTRACE
 extern void mtrace_print(char *mesg);
 #endif