From 9fec9172beaf67d1e16ae13b1f3ac44135cc8363 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 14 Jan 1999 18:25:16 +0000 Subject: Don't prototype usage as static. --- src/head.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/head.c') diff --git a/src/head.c b/src/head.c index 474ff8bc5..a698c2dd8 100644 --- a/src/head.c +++ b/src/head.c @@ -76,7 +76,7 @@ static struct option const long_options[] = {NULL, 0, NULL, 0} }; -static void +void usage (int status) { if (status != 0) @@ -342,7 +342,6 @@ main (int argc, char **argv) } - while ((c = getopt_long (argc, argv, "c:n:qv", long_options, NULL)) != -1) { switch (c) -- cgit v1.2.3-70-g09d2