From 276d118b10b6299f460131be7d45b5255fff36bd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 25 Jan 1999 14:33:38 +0000 Subject: (usage): Remove static attribute. --- src/yes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yes.c') diff --git a/src/yes.c b/src/yes.c index 244e56af0..e7a0d09a2 100644 --- a/src/yes.c +++ b/src/yes.c @@ -28,7 +28,7 @@ /* The name this program was run with. */ char *program_name; -static void +void usage (int status) { if (status != 0) -- cgit v1.2.3-54-g00ecf