Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Complete function declaration.
jlaffaye committed 15 years ago
commit af547e48365228e347e9f9b04e815b75747c44fe
parent fe3f70ae7af9f09505a94b2786e5580a61d8dd96
1 file changed +2 -2
modified pkg/main.c
@@ -38,7 +38,7 @@ static struct commands {
#define cmd_len (int)(sizeof(cmd)/sizeof(cmd[0]))

static void
-
usage()
+
usage(void)
{
	fprintf(stderr, "usage: pkg <command> [<args>]\n\n"
			"Where <command> can be:\n");
@@ -49,7 +49,7 @@ usage()
}

static void
-
usage_help()
+
usage_help(void)
{
	fprintf(stderr, "help <command>\n");
}