From: Jim Meyering Date: Sun, 2 Feb 1997 00:09:46 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~289 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=badb35bdb74da8dc4e13bd35cd7f298eddd7b549;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/cp-hash.h b/src/cp-hash.h new file mode 100644 index 0000000000..be75483d36 --- /dev/null +++ b/src/cp-hash.h @@ -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));