dd: output final progress before syncing
[coreutils.git] / src / cp-hash.h
blob72870fa6d823d912bd6b2d58d7a5b3ae035335b2
1 void hash_init (void);
2 void forget_all (void);
3 void forget_created (ino_t ino, dev_t dev);
4 char *remember_copied (char const *node, ino_t ino, dev_t dev)
5 _GL_ATTRIBUTE_NONNULL ();
6 char *src_to_dest_lookup (ino_t ino, dev_t dev);