Skip to content

Commit

Permalink
Make usage() static to avoid compiler complaints
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Sep 15, 2011
1 parent 760a195 commit fc4b1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -140,7 +140,7 @@ static struct option long_options[] = {
{NULL, 0, 0, 0},
};

void usage(void)
static void usage(void)
{
printf("Usage: openconnect [options] <server>\n");
printf("Open client for Cisco AnyConnect VPN, version %s\n\n", openconnect_version);
Expand Down

0 comments on commit fc4b1e5

Please sign in to comment.