mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-05 23:32:26 -04:00
7 lines
246 B
C
7 lines
246 B
C
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);
|