elfcpp/
[deliverable/binutils-gdb.git] / gold / fileread.h
index d2ac9276f3aa3b6b486a9dc2b3caf48c81c3dde7..02c7a641e18747a516b2933ff663bce12a9b090c 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;
This page took 0.0513 seconds and 4 git commands to generate.