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/echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/echo.c') diff --git a/src/echo.c b/src/echo.c index d1d4f4c00..24e4de77b 100644 --- a/src/echo.c +++ b/src/echo.c @@ -60,7 +60,7 @@ on System V systems with the -E option. /* 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