summaryrefslogtreecommitdiff
path: root/src/printenv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-06 11:44:05 +0000
committerJim Meyering <jim@meyering.net>1996-01-06 11:44:05 +0000
commit53398947a1482e8b83e204186969af6147eaae6e (patch)
treebf4de064df1f022c2e01051b45cafc454ed839c4 /src/printenv.c
parent5e14cce7ae90f69cf4609b7731377e934e79c219 (diff)
downloadcoreutils-53398947a1482e8b83e204186969af6147eaae6e.tar.xz
Protoize and __P-protect forward dcls.
Diffstat (limited to 'src/printenv.c')
-rw-r--r--src/printenv.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/printenv.c b/src/printenv.c
index 8cee1766b..9e13aa3fe 100644
--- a/src/printenv.c
+++ b/src/printenv.c
@@ -55,8 +55,7 @@ static struct option const long_options[] =
extern char **environ;
static void
-usage (status)
- int status;
+usage (int status)
{
if (status != 0)
fprintf (stderr, _("Try `%s --help' for more information.\n"),
@@ -74,9 +73,7 @@ If no environment VARIABLE specified, print them all.\n\
}
void
-main (argc, argv)
- int argc;
- char **argv;
+main (int argc, char **argv)
{
char **env;
char *ep, *ap;