summaryrefslogtreecommitdiff
path: root/src/cp-hash.h
blob: c2c5085ab6b7a761bd30c68e8a987c111d728d5b (plain)
1
2
3
4
5
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);
char *src_to_dest_lookup (ino_t ino, dev_t dev);