summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cp-hash.h6
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));