1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(remember_created): Declare as `extern'.

This commit is contained in:
Jim Meyering
2004-09-22 20:09:09 +00:00
parent e09b9a32bd
commit 1c6e93bd12

View File

@@ -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;