blob: 6bde1cc9b64422e46aa5efd2491b80bf78221d07 (
plain)
1
2
3
4
5
6
7
8
|
/* 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 forget_all PARAMS ((void));
char *remember_copied PARAMS ((const char *node, ino_t ino, dev_t dev));
int remember_created PARAMS ((const char *path));
|