summaryrefslogtreecommitdiff
path: root/src/cp-hash.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-06 08:14:58 +0000
committerJim Meyering <jim@meyering.net>1998-04-06 08:14:58 +0000
commit3783d6be57193beb47341699a3c80ddd05ce2c98 (patch)
tree3b77f9cbdc8f794eef21b8e9cc8d665df542ad0d /src/cp-hash.h
parent632ebfa209e384f56ed582064963a9c9ea8cc33b (diff)
downloadcoreutils-3783d6be57193beb47341699a3c80ddd05ce2c98.tar.xz
(hash_insert): Remove declaration.
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));