(src_to_dest_lookup): Add prototype.

This commit is contained in:
Jim Meyering
2004-03-12 11:53:46 +00:00
parent 83f4f1abd9
commit ec65003050
+1
View File
@@ -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);