From: Jim Meyering Date: Fri, 12 Mar 2004 11:53:46 +0000 (+0000) Subject: (src_to_dest_lookup): Add prototype. X-Git-Tag: v5.2.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec65003050283f2d2498aa55aecda02657557bd2;p=thirdparty%2Fcoreutils.git (src_to_dest_lookup): Add prototype. --- diff --git a/src/cp-hash.h b/src/cp-hash.h index 1f376e1617..7d40163f17 100644 --- a/src/cp-hash.h +++ b/src/cp-hash.h @@ -3,3 +3,4 @@ void forget_all (void); void forget_created (ino_t ino, dev_t dev); char *remember_copied (const char *node, ino_t ino, dev_t dev); int remember_created (const char *path); +char *src_to_dest_lookup (ino_t ino, dev_t dev);