*** empty log message ***
[coreutils.git] / src / cp-hash.h
blob6bde1cc9b64422e46aa5efd2491b80bf78221d07
1 /* For created inodes, a pointer in the search structure to this
2 character identifies the inode as being new. */
3 extern char new_file;
5 void hash_init PARAMS ((unsigned int modulus, unsigned int entry_tab_size));
6 void forget_all PARAMS ((void));
7 char *remember_copied PARAMS ((const char *node, ino_t ino, dev_t dev));
8 int remember_created PARAMS ((const char *path));