summaryrefslogtreecommitdiff
path: root/src/cp-hash.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-02 00:09:46 +0000
committerJim Meyering <jim@meyering.net>1997-02-02 00:09:46 +0000
commitbadb35bdb74da8dc4e13bd35cd7f298eddd7b549 (patch)
tree072f031a146782913dbf1c95afead01a916b9ed2 /src/cp-hash.h
parent3cca84e543eee9c160c3f84ceaaf1feb2e9c3498 (diff)
downloadcoreutils-badb35bdb74da8dc4e13bd35cd7f298eddd7b549.tar.xz
.
Diffstat (limited to 'src/cp-hash.h')
-rw-r--r--src/cp-hash.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cp-hash.h b/src/cp-hash.h
new file mode 100644
index 000000000..be75483d3
--- /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));