summaryrefslogtreecommitdiff
path: root/hashcmd.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2020-12-06 15:51:17 -0500
committerChet Ramey <chet.ramey@case.edu>2020-12-06 15:51:17 -0500
commit8868edaf2250e09c4e9a1c75ffe3274f28f38581 (patch)
treed9a7812ab6cd2f45c5021755c4c094b19dab1b51 /hashcmd.c
parent36f2c406ff27995392a9247dfa90672fdaf7dc43 (diff)
downloadbash-8868edaf2250e09c4e9a1c75ffe3274f28f38581.tar.gz
bash-5.1 distribution sources and documentationbash-5.1
Diffstat (limited to 'hashcmd.c')
-rw-r--r--hashcmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hashcmd.c b/hashcmd.c
index c53764f1..da3af005 100644
--- a/hashcmd.c
+++ b/hashcmd.c
@@ -1,7 +1,7 @@
/* hashcmd.c - functions for managing a hash table mapping command names to
full pathnames. */
-/* Copyright (C) 1997-2009 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -37,7 +37,7 @@
HASH_TABLE *hashed_filenames = (HASH_TABLE *)NULL;
-static void phash_freedata __P((PTR_T));
+static void phash_freedata PARAMS((PTR_T));
void
phash_create ()