summaryrefslogtreecommitdiffstats
path: root/src/cp-hash.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cp-hash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cp-hash.h b/src/cp-hash.h
new file mode 100644
index 0000000..989fcc5
--- /dev/null
+++ b/src/cp-hash.h
@@ -0,0 +1,5 @@
+void hash_init (void);
+void forget_created (ino_t ino, dev_t dev);
+char *remember_copied (char const *node, ino_t ino, dev_t dev)
+ _GL_ATTRIBUTE_NONNULL ();
+char *src_to_dest_lookup (ino_t ino, dev_t dev);