rm_/cp-hash.h

6 lines
204 B
C
Raw Normal View History

2020-09-02 16:47:03 +08:00
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);