aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs/debugfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'debugfs/debugfs.h')
-rw-r--r--debugfs/debugfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/debugfs/debugfs.h b/debugfs/debugfs.h
index 0ea24748..24c4dcee 100644
--- a/debugfs/debugfs.h
+++ b/debugfs/debugfs.h
@@ -50,6 +50,8 @@ extern int debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode,
const char *cmd, int bufsize);
extern int debugfs_write_inode(ext2_ino_t ino, struct ext2_inode * inode,
const char *cmd);
+extern int debugfs_write_inode_full(ext2_ino_t ino, struct ext2_inode * inode,
+ const char *cmd, int bufsize);
extern int debugfs_write_new_inode(ext2_ino_t ino, struct ext2_inode * inode,
const char *cmd);