f2fs-tools: fix missing function declaration
authorChangman Lee <cm224.lee@samsung.com>
Tue, 30 Jul 2013 07:39:03 +0000 (16:39 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 30 Jul 2013 08:06:44 +0000 (17:06 +0900)
Explicitly declare function name.

Signed-off-by: Changman Lee <cm224.lee@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fsck/fsck.h

index a8f440c..94808b8 100644 (file)
@@ -160,5 +160,6 @@ struct dump_option {
 extern void sit_dump(struct f2fs_sb_info *sbi, int start_sit, int end_sit);
 extern void ssa_dump(struct f2fs_sb_info *sbi, int start_ssa, int end_ssa);
 extern int dump_node(struct f2fs_sb_info *sbi, nid_t nid);
+extern int dump_inode_from_blkaddr(struct f2fs_sb_info *sbi, u32 blk_addr);
 
 #endif /* _FSCK_H_ */