This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / gold / fileread.h
index d2ac927..02c7a64 100644 (file)
@@ -52,6 +52,12 @@ struct Timespec
   int nanoseconds;
 };
 
+// Get the last modified time of an unopened file.  Returns false if the
+// file does not exist.
+
+bool
+get_mtime(const char* filename, Timespec* mtime);
+
 class Position_dependent_options;
 class Input_file_argument;
 class Dirsearch;