Move prototypes into their function.

This commit is contained in:
Tom Rhodes 2003-10-22 20:58:57 +00:00
parent 089c1bdac9
commit 9d9696b8e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121373

View File

@ -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;