From de879011f3d17911a31472852f9baf56b627c84f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 6 Oct 2001 17:24:58 +0000 Subject: Update prototype for hash_init. --- src/cp-hash.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/cp-hash.h') diff --git a/src/cp-hash.h b/src/cp-hash.h index 6bde1cc9b..6bfa3023c 100644 --- a/src/cp-hash.h +++ b/src/cp-hash.h @@ -1,8 +1,4 @@ -/* For created inodes, a pointer in the search structure to this - character identifies the inode as being new. */ -extern char new_file; - -void hash_init PARAMS ((unsigned int modulus, unsigned int entry_tab_size)); +void hash_init PARAMS ((void)); void forget_all PARAMS ((void)); 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