aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ext2fs
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2013-12-03 14:24:53 -0500
committerTheodore Ts'o <tytso@mit.edu>2013-12-03 14:24:53 -0500
commit17abb05f515d72c78667108a95c904ef65bcc6aa (patch)
treef4618747ce0d0d8330c2f21b3b0ee9365b6448b9 /lib/ext2fs
parent5ad07acadcc522d4963c43ab094f9e5bb7508bfa (diff)
downloadandroid_external_e2fsprogs-17abb05f515d72c78667108a95c904ef65bcc6aa.tar.gz
android_external_e2fsprogs-17abb05f515d72c78667108a95c904ef65bcc6aa.tar.bz2
android_external_e2fsprogs-17abb05f515d72c78667108a95c904ef65bcc6aa.zip
libext2fs: fix function declarations to match definition
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib/ext2fs')
-rw-r--r--lib/ext2fs/ext2fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h
index eb1901e7..b27fb740 100644
--- a/lib/ext2fs/ext2fs.h
+++ b/lib/ext2fs/ext2fs.h
@@ -1477,8 +1477,8 @@ extern void ext2fs_mark_ib_dirty(ext2_filsys fs);
extern void ext2fs_mark_bb_dirty(ext2_filsys fs);
extern int ext2fs_test_ib_dirty(ext2_filsys fs);
extern int ext2fs_test_bb_dirty(ext2_filsys fs);
-extern int ext2fs_group_of_blk(ext2_filsys fs, blk_t blk);
-extern int ext2fs_group_of_ino(ext2_filsys fs, ext2_ino_t ino);
+extern dgrp_t ext2fs_group_of_blk(ext2_filsys fs, blk_t blk);
+extern dgrp_t ext2fs_group_of_ino(ext2_filsys fs, ext2_ino_t ino);
extern blk_t ext2fs_group_first_block(ext2_filsys fs, dgrp_t group);
extern blk_t ext2fs_group_last_block(ext2_filsys fs, dgrp_t group);
extern blk_t ext2fs_inode_data_blocks(ext2_filsys fs,