doc: use semicolon instead of period in option descriptions
[coreutils.git] / src / cp-hash.h
blobc2c5085ab6b7a761bd30c68e8a987c111d728d5b
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 char *src_to_dest_lookup (ino_t ino, dev_t dev);