summaryrefslogtreecommitdiff
path: root/src/cp-hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cp-hash.h')
-rw-r--r--src/cp-hash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cp-hash.h b/src/cp-hash.h
index eae68c521..6bde1cc9b 100644
--- a/src/cp-hash.h
+++ b/src/cp-hash.h
@@ -4,6 +4,5 @@ extern char new_file;
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));