From 3783d6be57193beb47341699a3c80ddd05ce2c98 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Apr 1998 08:14:58 +0000 Subject: (hash_insert): Remove declaration. --- src/cp-hash.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cp-hash.h') 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)); -- cgit v1.2.3-54-g00ecf