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/who.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/who.c') diff --git a/src/who.c b/src/who.c index c9be13c25..7fd98d0bf 100644 --- a/src/who.c +++ b/src/who.c @@ -347,7 +347,7 @@ who_am_i (const char *filename) print_entry (utmp_entry); } -static void +void usage (int status) { if (status != 0) -- cgit v1.2.3-54-g00ecf