source:
trunk/coreutils/src/cp-hash.h@
2555
| Last change on this file since 2555 was 2554, checked in by , 20 years ago | |
|---|---|
| File size: 246 bytes | |
| Line | |
|---|---|
| 1 | void hash_init (void); |
| 2 | void forget_all (void); |
| 3 | void forget_created (ino_t ino, dev_t dev); |
| 4 | char *remember_copied (const char *node, ino_t ino, dev_t dev); |
| 5 | bool remember_created (char const *file); |
| 6 | char *src_to_dest_lookup (ino_t ino, dev_t dev); |
Note:
See TracBrowser
for help on using the repository browser.
