]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - pcomplib.c
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / pcomplib.c
index 70c7a17a602194c792fe91a9cf23fb456ff78d98..075fce7374c802d3ab330e592b414c51a0b1d155 100644 (file)
@@ -1,6 +1,6 @@
 /* pcomplib.c - library functions for programmable completion. */
 
-/* Copyright (C) 1999-2009 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -43,7 +43,7 @@
 
 HASH_TABLE *prog_completes = (HASH_TABLE *)NULL;
 
-static void free_progcomp __P((PTR_T));
+static void free_progcomp PARAMS((PTR_T));
 
 COMPSPEC *
 compspec_create ()