ChangeLog, bmove.c, icount.c, inode.c, llseek.c:
  llseek.c (ext2fs_llseek): Fix type error for ext2fs_llseek()
  icount.c (ext2fs_icount_validate):
  bmove.c (process_block): Fix lint error in type for fprintf().
  inode.c (ext2fs_check_directory): Add support for the callback
  	to return the error code EXT2_ET_CALLBACK_NOTHANDLED.
ChangeLog, mke2fs.c:
  Make parse_raid_opts return a void, to fix a -Wall warning.

diff --git a/misc/mke2fs.c b/misc/mke2fs.c
index 96ce51e..0b5e070 100644
--- a/misc/mke2fs.c
+++ b/misc/mke2fs.c
@@ -538,7 +538,7 @@
 
 #define PATH_SET "PATH=/sbin"
 
-static parse_raid_opts(const char *opts)
+static void parse_raid_opts(const char *opts)
 {
 	char	*buf, *token, *next, *p, *arg;
 	int	len;