diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-06 17:24:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-06 17:24:58 +0000 |
commit | de879011f3d17911a31472852f9baf56b627c84f (patch) | |
tree | 1017417846580ce73a7b32bc69faee4a68dd59f8 /src | |
parent | f275d7ae99eb7faf735a2b8526c8ff1c7b5ffca3 (diff) | |
download | coreutils-de879011f3d17911a31472852f9baf56b627c84f.tar.xz |
Update prototype for hash_init.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp-hash.h | 6 |
1 files changed, 1 insertions, 5 deletions
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)); |