1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Don't prototype usage as static.

This commit is contained in:
Jim Meyering
1999-01-14 18:25:16 +00:00
parent da25811932
commit 9fec9172be
26 changed files with 32 additions and 40 deletions

View File

@@ -123,7 +123,7 @@ static void close_output_file PARAMS ((void));
static void create_output_file PARAMS ((void));
static void delete_all_files PARAMS ((void));
static void save_line_to_file PARAMS ((const struct cstring *line));
static void usage PARAMS ((int status));
void usage PARAMS ((int status));
/* The name this program was run with. */
char *program_name;
@@ -1496,7 +1496,7 @@ main (int argc, char **argv)
exit (EXIT_SUCCESS);
}
static void
void
usage (int status)
{
if (status != 0)