diff options
Diffstat (limited to 'debugfs/filefrag.c')
-rw-r--r-- | debugfs/filefrag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugfs/filefrag.c b/debugfs/filefrag.c index 31c1440..9bda65d 100644 --- a/debugfs/filefrag.c +++ b/debugfs/filefrag.c @@ -264,7 +264,7 @@ static void dir_iterate(ext2_ino_t ino, struct filefrag_struct *fs) } } -void do_filefrag(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), +void do_filefrag(int argc, ss_argv_t argv, int sci_idx EXT2FS_ATTR((unused)), void *infop EXT2FS_ATTR((unused))) { struct filefrag_struct fs; |