Move prototypes into their function.

This commit is contained in:
trhodes 2003-10-22 20:58:57 +00:00
parent 78dbb2dc0f
commit 02e823be6c

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;