summaryrefslogtreecommitdiff
path: root/src/cp-hash.h
blob: ba6e24c83b36d8002f7313d6014028f60d740a74 (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);
bool remember_created (const char *path);
char *src_to_dest_lookup (ino_t ino, dev_t dev);