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