Move prototypes into their function.
This commit is contained in:
parent
78dbb2dc0f
commit
02e823be6c
@ -85,9 +85,7 @@ static void usage(void) __dead2;
|
||||
static int set_charset(struct msdosfs_args *);
|
||||
|
||||
int
|
||||
main(argc, argv)
|
||||
int argc;
|
||||
char **argv;
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
struct msdosfs_args args;
|
||||
struct stat sb;
|
||||
|
Loading…
Reference in New Issue
Block a user