summaryrefslogtreecommitdiff
path: root/src/cp-hash.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-12 11:53:46 +0000
committerJim Meyering <jim@meyering.net>2004-03-12 11:53:46 +0000
commitec65003050283f2d2498aa55aecda02657557bd2 (patch)
treec04a63211c58fd59e33147e33b1d3b1719534bbc /src/cp-hash.h
parent83f4f1abd9dddd70a015953ba335d69a6ebc40e1 (diff)
downloadcoreutils-ec65003050283f2d2498aa55aecda02657557bd2.tar.xz
(src_to_dest_lookup): Add prototype.
Diffstat (limited to 'src/cp-hash.h')
-rw-r--r--src/cp-hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cp-hash.h b/src/cp-hash.h
index 1f376e161..7d40163f1 100644
--- a/src/cp-hash.h
+++ b/src/cp-hash.h
@@ -3,3 +3,4 @@ void forget_all (void);
void forget_created (ino_t ino, dev_t dev);
char *remember_copied (const char *node, ino_t ino, dev_t dev);
int remember_created (const char *path);
+char *src_to_dest_lookup (ino_t ino, dev_t dev);