1 /* For created inodes, a pointer in the search structure to this
2 character identifies the inode as being new. */
5 void hash_init
__P ((unsigned int modulus
, unsigned int entry_tab_size
));
6 void forget_all
__P ((void));
7 char *hash_insert
__P ((ino_t ino
, dev_t dev
, const char *node
));
8 char *remember_copied
__P ((const char *node
, ino_t ino
, dev_t dev
));
9 int remember_created
__P ((const char *path
));