summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-14 18:25:16 +0000
committerJim Meyering <jim@meyering.net>1999-01-14 18:25:16 +0000
commit9fec9172beaf67d1e16ae13b1f3ac44135cc8363 (patch)
treed787cf23dce38b0e2af16cc93c345f106c095801 /src/pr.c
parentda258119328fe4af0e0aa0d6f292600732aa0bb4 (diff)
downloadcoreutils-9fec9172beaf67d1e16ae13b1f3ac44135cc8363.tar.xz
Don't prototype usage as static.
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pr.c b/src/pr.c
index ed524f93e..c4c6790dc 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -29,7 +29,6 @@
Improve the printing of control prefixes.
-
Options:
+FIRST_PAGE[:LAST_PAGE]
@@ -270,7 +269,7 @@ static void pad_across_to PARAMS ((int position));
static void add_line_number PARAMS ((COLUMN *p));
static void getoptarg PARAMS ((char *arg, char switch_char, char *character,
int *number));
-static void usage PARAMS ((int status));
+void usage PARAMS ((int status));
static void print_files PARAMS ((int number_of_files, char **av));
static void init_parameters PARAMS ((int number_of_files));
static void init_header PARAMS ((char *filename, int desc));
@@ -2438,7 +2437,7 @@ cleanup (void)
/* Complain, print a usage message, and die. */
-static void
+void
usage (int status)
{
if (status != 0)