source: trunk/coreutils/src/cp-hash.h@ 2555

Last change on this file since 2555 was 2554, checked in by bird, 20 years ago

coretuils-5.94

File size: 246 bytes
Line 
1void hash_init (void);
2void forget_all (void);
3void forget_created (ino_t ino, dev_t dev);
4char *remember_copied (const char *node, ino_t ino, dev_t dev);
5bool remember_created (char const *file);
6char *src_to_dest_lookup (ino_t ino, dev_t dev);
Note: See TracBrowser for help on using the repository browser.