maint: rename octhexdigits macros
[coreutils.git] / src / cp-hash.h
blob989fcc53b26f0d0d2ee6815469b2b2dc3d149ecf
1 void hash_init (void);
2 void forget_created (ino_t ino, dev_t dev);
3 char *remember_copied (char const *node, ino_t ino, dev_t dev)
4 _GL_ATTRIBUTE_NONNULL ();
5 char *src_to_dest_lookup (ino_t ino, dev_t dev);