From 1ed365fb82df5b0365aa58cad98ba6f03fa737ca Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 21 Dec 1997 12:17:26 +0000 Subject: Use PARAMS, not __P. --- src/cp-hash.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/cp-hash.h') diff --git a/src/cp-hash.h b/src/cp-hash.h index be75483d3..eae68c521 100644 --- a/src/cp-hash.h +++ b/src/cp-hash.h @@ -2,8 +2,8 @@ character identifies the inode as being new. */ extern char new_file; -void hash_init __P ((unsigned int modulus, unsigned int entry_tab_size)); -void forget_all __P ((void)); -char *hash_insert __P ((ino_t ino, dev_t dev, const char *node)); -char *remember_copied __P ((const char *node, ino_t ino, dev_t dev)); -int remember_created __P ((const char *path)); +void hash_init PARAMS ((unsigned int modulus, unsigned int entry_tab_size)); +void forget_all PARAMS ((void)); +char *hash_insert PARAMS ((ino_t ino, dev_t dev, const char *node)); +char *remember_copied PARAMS ((const char *node, ino_t ino, dev_t dev)); +int remember_created PARAMS ((const char *path)); -- cgit v1.2.3-54-g00ecf