1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-03 03:25:26 +02:00
This commit is contained in:
Jim Meyering
1997-02-02 00:09:46 +00:00
parent 3cca84e543
commit badb35bdb7

9
src/cp-hash.h Normal file
View File

@@ -0,0 +1,9 @@
/* 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 __P ((unsigned int modulus, unsigned int entry_tab_size));
void forget_all __P ((void));
char *hash_insert __P ((ino_t ino, dev_t dev, const char *node));
char *remember_copied __P ((const char *node, ino_t ino, dev_t dev));
int remember_created __P ((const char *path));