1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

(remember_created): Use bool when appropriate.

This commit is contained in:
Paul Eggert
2004-07-30 07:55:33 +00:00
parent 49eaeaf611
commit 1c9f7316d2
+1 -1
View File
@@ -2,5 +2,5 @@ void hash_init (void);
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);
bool remember_created (const char *path);
char *src_to_dest_lookup (ino_t ino, dev_t dev);