summaryrefslogtreecommitdiffstats
path: root/src/cp-hash.h
blob: 989fcc53b26f0d0d2ee6815469b2b2dc3d149ecf (plain)
1
2
3
4
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);