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/paste.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/paste.c') diff --git a/src/paste.c b/src/paste.c index 4136133c4..21f7a0cb9 100644 --- a/src/paste.c +++ b/src/paste.c @@ -399,7 +399,7 @@ paste_serial (int nfiles, char **fnamptr) return errors; } -static void +void usage (int status) { if (status != 0) -- cgit v1.2.3-54-g00ecf