Update prototype for hash_init.
authorJim Meyering <jim@meyering.net>
Sat, 6 Oct 2001 17:24:58 +0000 (17:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 6 Oct 2001 17:24:58 +0000 (17:24 +0000)
src/cp-hash.h

index 6bde1cc..6bfa302 100644 (file)
@@ -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));