diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-06 08:14:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-06 08:14:58 +0000 |
commit | 3783d6be57193beb47341699a3c80ddd05ce2c98 (patch) | |
tree | 3b77f9cbdc8f794eef21b8e9cc8d665df542ad0d /src | |
parent | 632ebfa209e384f56ed582064963a9c9ea8cc33b (diff) | |
download | coreutils-3783d6be57193beb47341699a3c80ddd05ce2c98.tar.xz |
(hash_insert): Remove declaration.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp-hash.h | 1 |
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)); |