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/wc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wc.c') diff --git a/src/wc.c b/src/wc.c index 9571fd9da..8e20e9104 100644 --- a/src/wc.c +++ b/src/wc.c @@ -71,7 +71,7 @@ static struct option const longopts[] = {NULL, 0, NULL, 0} }; -static void +void usage (int status) { if (status != 0) -- cgit v1.2.3-54-g00ecf