summaryrefslogtreecommitdiffstats
path: root/src/cp-hash.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:11:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:11:47 +0000
commit758f820bcc0f68aeebac1717e537ca13a320b909 (patch)
tree48111ece75cf4f98316848b37a7e26356e00669e /src/cp-hash.h
parentInitial commit. (diff)
downloadcoreutils-758f820bcc0f68aeebac1717e537ca13a320b909.tar.xz
coreutils-758f820bcc0f68aeebac1717e537ca13a320b909.zip
Adding upstream version 9.1.upstream/9.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/cp-hash.h')
-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);