mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-14 19:32:10 +02:00
* src/copy.c (dest_info_free, src_info_free) [lint]: Remove. All uses removed. (copy_internal): Pacify only Clang and Coverity; GCC doesn’t need it. * src/cp-hash.c (forget_all) [lint]: Remove. All uses removed. * src/cp.c, src/install.c, src/ln.c, src/mv.c (main): Use main_exit, not return.
6 lines
207 B
C
6 lines
207 B
C
void hash_init (void);
|
|
void forget_created (ino_t ino, dev_t dev);
|
|
char *remember_copied (char const *node, ino_t ino, dev_t dev)
|
|
_GL_ATTRIBUTE_NONNULL ();
|
|
char *src_to_dest_lookup (ino_t ino, dev_t dev);
|