summaryrefslogtreecommitdiff
path: root/src/cp-hash.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-09-22 20:09:09 +0000
committerJim Meyering <jim@meyering.net>2004-09-22 20:09:09 +0000
commit1c6e93bd1291a35c15904b06625fb567bdc1efb1 (patch)
treedd85b5de8cc67ac8364b45d5d671114b513f793f /src/cp-hash.c
parente09b9a32bd78e66f9488b21ba87c1e9932e80df5 (diff)
downloadcoreutils-1c6e93bd1291a35c15904b06625fb567bdc1efb1.tar.xz
(remember_created): Declare as `extern'.
Diffstat (limited to 'src/cp-hash.c')
-rw-r--r--src/cp-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c
index b498f96bc..fe9fd40af 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.c
@@ -101,7 +101,7 @@ forget_created (ino_t ino, dev_t dev)
/* Add PATH to the list of files that we have created.
Return true if successful. */
-bool
+extern bool
remember_created (const char *path)
{
struct stat sb;