From 1c6e93bd1291a35c15904b06625fb567bdc1efb1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Sep 2004 20:09:09 +0000 Subject: [PATCH] (remember_created): Declare as `extern'. --- src/cp-hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cp-hash.c b/src/cp-hash.c index b498f96bcb..fe9fd40af9 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; -- 2.47.2