From: Johannes Berg Date: Wed, 2 Apr 2008 15:03:53 +0000 (+0200) Subject: iw: make 'usage' static X-Git-Tag: v0.9~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=441e16d8f5e7c2c7c8ac0a40b51ef43ccd8efce4;p=thirdparty%2Fiw.git iw: make 'usage' static --- diff --git a/iw.c b/iw.c index 3811f6d..39604f0 100644 --- a/iw.c +++ b/iw.c @@ -88,7 +88,7 @@ static int get_phy_or_dev(int *argc, char ***argv, char **name) return 0; } -void usage(char *argv0) +static void usage(char *argv0) { fprintf(stderr, "Usage: %1$s dev [OPTIONS]" "\n %1$s dev info\n"