summaryrefslogtreecommitdiff
path: root/src/cp-hash.h
blob: be562198559db4cfb6afcf60c67a47c78f8cc3fc (plain)
1
2
3
4
5
void hash_init PARAMS ((void));
void forget_all PARAMS ((void));
void forget_created PARAMS ((ino_t ino, dev_t dev));
char *remember_copied PARAMS ((const char *node, ino_t ino, dev_t dev));
int remember_created PARAMS ((const char *path));