diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2016-01-20 10:55:18 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2016-01-20 10:55:18 +0000 |
commit | 70e9163c9c18e995515598085cb824e554eb7ae7 (patch) | |
tree | a42dc8b2a6c031354bf31472de888bfc8a060132 /src/cp-hash.h | |
parent | cbf5993c43f49281173f185863577d86bfac6eae (diff) | |
download | coreutils-tarball-master.tar.gz |
coreutils-8.25HEADcoreutils-8.25master
Diffstat (limited to 'src/cp-hash.h')
-rw-r--r-- | src/cp-hash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cp-hash.h b/src/cp-hash.h index d142925..c2c5085 100644 --- a/src/cp-hash.h +++ b/src/cp-hash.h @@ -2,5 +2,4 @@ void hash_init (void); 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); -bool remember_created (char const *file); char *src_to_dest_lookup (ino_t ino, dev_t dev); |