diff options
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ const char mtab_file[] = "/proc/mounts"; | |||
46 | 46 | ||
47 | 47 | ||
48 | /* volatile so gcc knows this is the enod of the line */ | 48 | /* volatile so gcc knows this is the enod of the line */ |
49 | volatile void usage(const char *usage) | 49 | extern void usage(const char *usage) |
50 | { | 50 | { |
51 | fprintf(stderr, "BusyBox v%s (%s) multi-call binary -- GPL2\n\n", BB_VER, BB_BT); | 51 | fprintf(stderr, "BusyBox v%s (%s) multi-call binary -- GPL2\n\n", BB_VER, BB_BT); |
52 | fprintf(stderr, "Usage: %s\n", usage); | 52 | fprintf(stderr, "Usage: %s\n", usage); |