1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00
Files
coreutils/src/cp-hash.h
2005-06-02 05:17:24 +00:00

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 (char const *file);
char *src_to_dest_lookup (ino_t ino, dev_t dev);